Hi,
I'm trying to build the dax query to determine the distinct count for a column returned by the application of a Filter function.
evaluate( row("counter", countrows( filter(order_summary, year(order_summary[change_date]) = 2013) ) ) )
I need to count the distinct values for an id returned by the Filter function.
Any helps, please? Thanks