Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Thanks,
KV's
Solved! Go to Solution.
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
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
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
104 | |
99 | |
97 | |
41 | |
38 |
User | Count |
---|---|
151 | |
123 | |
79 | |
73 | |
71 |