Forum Discussion
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
- danextianSuper User
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.