This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi Community,
I want to get the following formatting in my matrix analogous to my table.
as an example my table
here my matrix without the conditional formatting
this is what it should look like
Is such a thing possible with a matrix and if so how can it be?
Solved! Go to Solution.
Hi @Anonymous ,
You may create a measure using UNICHAR shown as below:
Measure = SWITCH(SELECTEDVALUE('Table'[value]),
1,UNICHAR(128309),
UNICHAR(128308))
Or you could create a KPI column first to get a circle icon:
KPI column = UNICHAR(11044)
Then refer to the video to finish the format settings:
And you will see:
For the related .pbix file,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Hi @Anonymous ,
You may create a measure using UNICHAR shown as below:
Measure = SWITCH(SELECTEDVALUE('Table'[value]),
1,UNICHAR(128309),
UNICHAR(128308))
Or you could create a KPI column first to get a circle icon:
KPI column = UNICHAR(11044)
Then refer to the video to finish the format settings:
And you will see:
For the related .pbix file,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Perfect solution for me 😊 (downloaded the pbix)
@Anonymous , not very clear. Refer if this can help. Look how a measure is created below(in blog)
https://exceleratorbi.com.au/conditional-formatting-using-icons-in-power-bi/
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 28 | |
| 26 | |
| 25 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 59 | |
| 50 | |
| 25 | |
| 20 | |
| 20 |