Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Regnbagar1
Helper I
Helper I

Highlight values in matrix visual

Hi,

I'm creating a Matrix in Power BI and would like to highlight specific values either by making them bold, change font or having a horizontal line. Is that possible?

In this example I would like to make "TEST %%" either bold, change font or have a line only between Test 6 and TEST %% to higlight the values. 
Skärmavbild 2022-03-29 kl. 16.02.35.png

At the moment I have used conditional formatting in order to make it grey and that's my plan B if there is no other way to highlight it.

Kind Regards!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Regnbagar1 , As of now conditional formatting is not supported row/column in matrix. So we can not do that for Test%% value. We can do conditional formatting on values like

 

Switch( True(),

Max(Table[Category]) = "Test %%" , "Red", "Black")

 

and we can use font conditional formatting for values using the field value option

How to do conditional formatting by measure and apply it to pie? : https://youtu.be/RqBb5eBf_I4

View solution in original post

3 REPLIES 3
Regnbagar1
Helper I
Helper I

Thank you @amitchandak 

 

How do you use font conditional formatting for values using the field value option? I can't find anythong about it.


Kind regards

Hi @Regnbagar1 ,

 

Now in Power BI, you can only adopt plan B, and plan A is not supported temporarily.

You can vote this idea to help improve Power BI:

https://ideas.powerbi.com/ideas/idea/?ideaid=911d2eb9-c0c4-4cd3-8994-2e59fa2dc5a1 


Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Regnbagar1 , As of now conditional formatting is not supported row/column in matrix. So we can not do that for Test%% value. We can do conditional formatting on values like

 

Switch( True(),

Max(Table[Category]) = "Test %%" , "Red", "Black")

 

and we can use font conditional formatting for values using the field value option

How to do conditional formatting by measure and apply it to pie? : https://youtu.be/RqBb5eBf_I4

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.