Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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/
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
65 | |
63 | |
52 | |
37 | |
36 |
User | Count |
---|---|
79 | |
67 | |
60 | |
45 | |
45 |