Forum Discussion

Irwan's avatar
Irwan
Super User
1 year ago
Solved

Reverse Bold in Expanded Value Matrix Visual

Hello PBI Expert,

 

need an advice on how to reverse bold in matrix visual when expanding.

when i tried expanding the 050310, the expanded level has normal color while the other is getting bold.
is it possible to reverse this bold? so when expanding, the bold goes to expanded level.

or is there another way to highlight the expanded item?

 

Thank you.

  • Hi Irwan 

     

    That is not currenlty possible. The only solution I can think of is to render those dates as SVG images and IF(ISFILTERED(data[column])) returns true then make the font bold else regular but that  is another learning curve - I use AI for that. Alternatively, you can use conditional formatting to change the color of the column currently inscope.

     

     

2 Replies

  • Hi Irwan 

     

    That is not currenlty possible. The only solution I can think of is to render those dates as SVG images and IF(ISFILTERED(data[column])) returns true then make the font bold else regular but that  is another learning curve - I use AI for that. Alternatively, you can use conditional formatting to change the color of the column currently inscope.

     

     

    • Irwan's avatar
      Irwan
      Super User

      hello danextian 

       

      i see. then conditional formating with contrast color will do for now.

       

      Appreciate for the response.

      Thank you.