Forum Discussion
DAX Calculation from related table
- Anonymous7 years ago
I can't tell you the best way to write your particular DAX expression. However, since you are interested in optimizing your DAX, sqlbi.com always publish articles about the best way to optimize DAX.
Here is a link to their most recent articles on DAX optimization:
https://www.sqlbi.com/articles/?author=&tag_id=411
Also, they have DAX studio which allows you to test how long your DAX takes to run. You can change things up to see if your DAX changes affect performance.
Hope that helps.
Thanks Anonymous :)
But i was not referring to the formatting itself, rather more the logic to ensure it is working efficiently
I can't tell you the best way to write your particular DAX expression. However, since you are interested in optimizing your DAX, sqlbi.com always publish articles about the best way to optimize DAX.
Here is a link to their most recent articles on DAX optimization:
https://www.sqlbi.com/articles/?author=&tag_id=411
Also, they have DAX studio which allows you to test how long your DAX takes to run. You can change things up to see if your DAX changes affect performance.
Hope that helps.