Forum Discussion
Toby001
2 years agoRegular Visitor
Create simple DAX measure ..
Dear community, Being a power bi beginner, I am struggling to setup a very simple DAX measure to define 2 icons. iconMeasure = SWITCH(TRUE(),[SPI]>1,"TriangleHigh","TriangleLow") SPI is a standar...
HotChilli
2 years agoCommunity Champion
IF there's only 1 case in the SWITCH, use an IF statement.
I think this will give you a clearer error message.