Forum Discussion

EstherBR's avatar
EstherBR
Icon for Helper III rankHelper III
2 years ago
Solved

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!    
  • Anonymous's avatar
    Anonymous
    2 years ago

    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.