Forum Discussion
ashwani_pal
8 years agoHelper I
Showcasing KPI in Matrix Cell
Hi, I need to Show KPI as colored shapes (color changing with KPI value) as shown hereby. How can i achieve this? Thanks Ashwani
- 8 years ago
Hi
Yes. Its resolved. We provided only UNICHAR for round and then done conditional formatiing on that which provided reuired color based on value.
Regards
Ashwani
v-jiascu-msft
8 years agoMicrosoft Employee
Hi Ashwani,
Please try a measure like below.
Measure = IF ( MIN ( Table7[Column1] ) < 0.8, UNICHAR ( 128308 ), UNICHAR ( 128309 ) )
Best Regards,
Dale