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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

Bar column conditional formatting - Dual chart

Hi Team,

 

I have done Line and clusterd column chart, if bar exceed in the line then highlight red colour else gray colour.

 

how do i fix it.

 

Capture.PNG

Thanks,

KV's

1 ACCEPTED SOLUTION
selimovd
Super User
Super User

Hey @Anonymous ,

 

you can do the conditional formatting based on a measure.

In the measure you can check:

Bar Color = IF( [Bar Measure] > [Line Measure], "Green", "Red" )

 

Then you can use that measure for the formatting:

Conditional table formatting in Power BI Desktop - Power BI | Microsoft Docs

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 

View solution in original post

1 REPLY 1
selimovd
Super User
Super User

Hey @Anonymous ,

 

you can do the conditional formatting based on a measure.

In the measure you can check:

Bar Color = IF( [Bar Measure] > [Line Measure], "Green", "Red" )

 

Then you can use that measure for the formatting:

Conditional table formatting in Power BI Desktop - Power BI | Microsoft Docs

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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