Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello,
Doing some research I've found there is no possibility to conditional format Line and column charts.
I would like to format Columns ⇾ when the value of column is greater than value of line, column will change color.
Is there any workaround / custom visual to achieve this ?
Solved! Go to Solution.
Hi @Anonymous ,
I create a simple sample. Please reference it to modify the formula based on your actual situation.
Compare =
VAR a = SUM ( 'Table'[Sales] )
RETURN
IF ( a >= [Measure], "Green", "Red" )
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
I create a simple sample. Please reference it to modify the formula based on your actual situation.
Compare =
VAR a = SUM ( 'Table'[Sales] )
RETURN
IF ( a >= [Measure], "Green", "Red" )
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 77 | |
| 37 | |
| 31 | |
| 29 | |
| 26 |