Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

Slow DAX measure

Hi everyone!

 

I need to plot a measurement in a table, but it almost takes a minute to load the data. How can I solve this?

The DAX-formula is as follows:

 

# customers =
AVERAGEX(
SUMMARIZE(Customers;
[Year];
[Month];
"DC"; DISTINCTCOUNT(Customers[Customer_ID]));
[DC])

6 Replies