Forum Discussion
Power KPI indicator Index
- 3 years ago
Hi Yuiitsu
According to your current demand description, I can clearly understand your needs, you need measure to count if margin <95% =1, 95%- 100% =2, > 100% =3 in my data, You can use the Switch function in DAX to create the following metric value:
Arrow = SWITCH( TRUE(), [BU Margin]>=0&&[BU Margin]<=0.95,1, [BU Margin]>0.95&&[BU Margin]<=1,2, [BU Margin]>1,3)Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Yuiitsu refer to the following blog, it will drive you in the right direction. Hope it helps.
https://radacad.com/enhance-the-card-visual-in-power-bi-with-conditional-formatting
Sorry the blog doesnt seems to help what I am trying to do now.
I am using Power BI Matrix 3.1.1 perhaps you can see how I can do the formatting for it?
- Yuiitsu3 years agoHelper V
Also I think PowerBI has updated? I tried to follow the blog's but I dont see the same icons in my Powerbi desktop.