Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello - I am trying to bold the highest number in each ROW w/ conditional formatting.
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" )
Pbix as attached.
@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.
Then we can get the excepted result as below.
Pbix as attached.
Is there a way to just bold the number in black font, and not change the color to red?
Hi @amitchandak
I'm curious. It is possible to create bold texts using a condition measure?
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)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
79 | |
73 | |
57 | |
36 | |
31 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |