Forum Discussion
ashwani_pal
Helper I
8 years agoShowcasing 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
Microsoft Employee
8 years agoHi Ashwani,
Please try a measure like below.
Measure = IF ( MIN ( Table7[Column1] ) < 0.8, UNICHAR ( 128308 ), UNICHAR ( 128309 ) )
Best Regards,
Dale
- ashwani_pal8 years ago
Helper I
Hi Dale,
Thanks for solution. I get the desired shape but its black in color as shown.i used the same UNICHAR code as you. How can i change color to desired one.
Regards
Ashwani
- v-jiascu-msft8 years ago
Microsoft Employee
Hi Ashwani,
Weird, do you really use the same code with mine? Can you share the pbix? You can delete other parts.
Best Regards,
Dale
- ashwani_pal8 years ago
Helper I
Yes, I did use same UNICHAR code. I am hereby attaching a screenshot.
Regards
Ashwani