Forum Discussion
Sam_2020
6 years agoHelper I
Measure
How to write measure of the column header with Sales > 60 and the total value is 100? Product Sales Sales > 60 A 100 100 B 30 C 50 Total 180 100
Sam_2020
6 years agoHelper I
Thanks.
It works perfectly.
Are you able to explain "return IF(_value>100;_value;"?
Do I need to look the highest value and indicate in my measure?
ryan_mayu
6 years agoSuper User
No need to look the highest value. I didn't use Max function.
_value is to select the value(please see VAR function), if >100, then select and display
https://docs.microsoft.com/en-us/dax/var-dax