Forum Discussion

ncbshiva's avatar
ncbshiva
Icon for Advocate V rankAdvocate V
7 years ago

The ALL DAX function is very slow.

Hi Team,   I want to calculate some Average Price based on some logic and below is the DAX expression for that.   Average Price = CALCULATE(DIVIDE([Dynamic Compare To];[FP&L Volume CompareTo];0);...