Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have the following matrix and I would like to highlight in Bold the row Profit. Is it possible? In the matrix the values are switched to rows. Thank you so much!
Solved! Go to Solution.
Thanks for the reply from lbendlin.
Hi @EstherBR ,
As lbendlin said, you can achieve this by changing the font color and background color if you just want to achieve emphasis, here is a simple example:
1.Create a measure:
Measure = IF(SELECTEDVALUE('financials'[Country])="Canada","red")
2.Click on "fx" under the visualization panel to set up the color.
3.The result is as follows:
To achieve the bolding effect, you can use HTML Content visual to achieve it, but there will be some limitations, here is a useful blog post:
Display table data in HTML Content visual - Microsoft Fabric Community
Best Regards,
Zhu
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for the reply from lbendlin.
Hi @EstherBR ,
As lbendlin said, you can achieve this by changing the font color and background color if you just want to achieve emphasis, here is a simple example:
1.Create a measure:
Measure = IF(SELECTEDVALUE('financials'[Country])="Canada","red")
2.Click on "fx" under the visualization panel to set up the color.
3.The result is as follows:
To achieve the bolding effect, you can use HTML Content visual to achieve it, but there will be some limitations, here is a useful blog post:
Display table data in HTML Content visual - Microsoft Fabric Community
Best Regards,
Zhu
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You can influence the font color but not the font weight.
If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.fabric.microsoft.com
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.