Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Before the update, you could change multiple graph's column colors at the same time. Now it seems you can only one column at a time per graph.
Does anyone know how to change multiple bar-graph column colors all at once?
Solved! Go to Solution.
you can select All,and check it for all .
let me know if this works for you .
If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution ✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🤠
As the @Daniel29195 mentioned, you can set it at the Cloumns propertiy.
If you don't have legend, then you can create a meaure.
e.g
Measure = SWITCH(TRUE(),SUM('Table'[Column2])>=50,"red",SUM('Table'[Column2])>=30&&SUM('Table'[Column2])<50,"green","yellow")
Then put it to the Color format
If you have legend, then you can change the color directly in column properity, change Series to the related legend, then change the color.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
As the @Daniel29195 mentioned, you can set it at the Cloumns propertiy.
If you don't have legend, then you can create a meaure.
e.g
Measure = SWITCH(TRUE(),SUM('Table'[Column2])>=50,"red",SUM('Table'[Column2])>=30&&SUM('Table'[Column2])<50,"green","yellow")
Then put it to the Color format
If you have legend, then you can change the color directly in column properity, change Series to the related legend, then change the color.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
you can select All,and check it for all .
let me know if this works for you .
If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution ✅
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🤠
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 20 | |
| 14 | |
| 13 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 41 | |
| 40 | |
| 39 | |
| 38 |