Forum Discussion
How do I know which DAX measure is efficient?
- 3 years ago
anilpoda ,
At first sight, felt the CYW2 measure would be a little slow seeing the MAX() function in the query while the other one does not have any additional functions rather than the selectedvalue()
Tried that out with DAX studio to understand the performance with very little data. The Below is the output
CYW
CYW2
The Performance is very close with a difference of 3 ms. But still CYW2 is faster
anilpoda ,
At first sight, felt the CYW2 measure would be a little slow seeing the MAX() function in the query while the other one does not have any additional functions rather than the selectedvalue()
Tried that out with DAX studio to understand the performance with very little data. The Below is the output
CYW
CYW2
The Performance is very close with a difference of 3 ms. But still CYW2 is faster