I have a measure which needs to have distinct count aggregation with exclude empty.
Is there a possibility to specify MeasureExpression property to achieve the same? I have set the aggregation of the measure to none and I have typed the following function,
Count(Distinct(Column_name),EXCLUDEEMPTY)
where as the measure reads 0(zero) upon processing. Is there any other way to achieve this?
The data feed has nulls included too for the column which this is to be achieved, which cannot be modified in the data level.
Regards,
Kantha Girish