Forum Discussion
DAX measures , same logic , different results
- Anonymous4 years ago
HI Anonymous.
Any update for these? Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
HI Anonymous,
If these expressions get the same result when you use static values and get different results when you add aggregate functions to let them dynamically based on current row contents.
For this scenario, it means these functions are working on the different row context levels so that the min/max function got the different results and they affect expressions calculations.
Please take a look at the following blog about row and filter context if help:
Row Context and Filter Context in DAX - SQLBI
Regards,
Xiaoxin Sheng
thank you Xiaoxin , will have a look at the link for sure