Forum Discussion
Anonymous
7 years agoNot applicable
very slow performance
i am facing performance issue in the above dax in live connection. can anyone modify the formulae to make the dax efficient.if i don't add customer number and Item name to the table then dax is worki...
v-lili6-msft
Community Support
7 years agohi, Anonymous
If you could filter some data and then try it again?
or if you just use this formula to create a measure
Measure 3 = CALCULATE(MAX('date'[CreatedDate]),FILTER(ALL('date'),'date'[CreatedDate]<MAX('date'[CreatedDate])))
If possible, could you share some sample data and your expected output.
Best Regards,
Lin