Forum Discussion
Dynamic Coloured Shapes
- 3 years ago
With IF condition you can create a measure
if( this value < that value ,UNICHAR(123456) ,Unichar(132345)) just example
all unichar values available in this link https://www.vertex42.com/ExcelTips/unicode-symbols.html
you can use a card and use Title and in the title you can add this measure
Thanks,
You've given me a couple of questions though.
1. Conditional Measures. I think that would be a create measure, can i just google how to set that up?
2. Once i have done that, which visualisation would I use to display it?
3. I've never used unichar() is that a DAX expression?
Thanks
- VijayP3 years agoCommunity Champion
With IF condition you can create a measure
if( this value < that value ,UNICHAR(123456) ,Unichar(132345)) just example
all unichar values available in this link https://www.vertex42.com/ExcelTips/unicode-symbols.html
you can use a card and use Title and in the title you can add this measure