- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Matrix - Highlight a row with bold font
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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

Helpful resources
User | Count |
---|---|
119 | |
104 | |
83 | |
52 | |
46 |