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

The Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more

Reply
jcastr02
Post Prodigy
Post Prodigy

Bolding in Matrix Table as Conditional Format

Hello - I am trying to bold the highest number in each ROW w/ conditional formatting.    BOLD.png

7 REPLIES 7
v-frfei-msft
Community Support
Community Support

Hi @jcastr02 ,

 

We can set conditional formatting based on the measure like that.

Measure = 
VAR a =
    MAX ( 'Table'[category] )
VAR maxv =
    CALCULATE (
        MAX ( 'Table'[valu] ),
        FILTER ( ALL ( 'Table' ), 'Table'[category] = a )
    )
VAR valu =
    MAX ( 'Table'[valu] )
RETURN
    IF ( valu = maxv, "red" )

Capture.PNG

 

Pbix as attached.

 

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

@v-frfei-msft Thank you - was looking to see instead of the red box we could bold the text?

Hi @jcastr02 ,

 

Please set the conditional formatting of the font color instead of background color.

foint.PNG

Then we can get the excepted result as below.

2.PNG

 

Pbix as attached.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

@v-frfei-msft 

 

Is there a way to just bold the number in black font, and not change the color to red?

amitchandak
Super User
Super User

Row, I doubt. But what I have seen a condition measure has been created and applied to all columns.

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi @amitchandak 
I'm curious. It is possible to create bold texts using a condition measure?





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
danextian
Super User
Super User

Hi @jcastr02 ,

 

I do not think that is a current feature. There are other prior post similar to this. For the meantime, you may vote for this idea.
additional font formatting (bold, italic, underline, etc) 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.