Forum Discussion
If Formula Three Criteria
- Anonymous3 years ago
Hi mgauvin ,
Please try to modify the measure.
measure = VAR _1 = [test] RETURN SWITCH ( TRUE (), _1 < 2.5, "R", _1 < 2.5, "Y", "G" )How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ PollyIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Amit Paid[Milestone Amount in Client Curr minus Sub Item Amount Base Currency] is a measure. So I switch it over to another example I am doing below which is also a measure called "test" and its need to be . I put in your formula in. Am I put this incorrectly?
- Anonymous3 years agoNot applicable
Hi mgauvin ,
Please try to modify the measure.
measure = VAR _1 = [test] RETURN SWITCH ( TRUE (), _1 < 2.5, "R", _1 < 2.5, "Y", "G" )How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ PollyIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.