Hi colleagues,
I want to write an if statement in a measure and display result in a card visual as follows:
If([Var YTD%] is greater than or equals 15% show "RCA" and format it in red font color otherwise "No RCA" and font in green color
my Var YTD% is a result of another measure: VAR YTD% = divide([VAR YTD];Budget[Bud YTD])
Any ideas are highly appreciated.
Best regards,
I want to write an if statement in a measure and display result in a card visual as follows:
If([Var YTD%] is greater than or equals 15% show "RCA" and format it in red font color otherwise "No RCA" and font in green color
my Var YTD% is a result of another measure: VAR YTD% = divide([VAR YTD];Budget[Bud YTD])
Any ideas are highly appreciated.
Best regards,