Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi all,
I have a use case where I have 2 different categories for each x axis value in a bar chart:
Is there a way to keep different color combination for Bangaluru and a different one for Chennai.
Is it possible to do it
Solved! Go to Solution.
Hi @yashwant101 ,
I agree with what @Uzi2019 said!
But I can give you a workaround.
Here is my sample data:
Then I use these DAXs to create two measures:
Bangaluru = SUMX(FILTER('Table', LEFT('Table'[Name], 9) = "Bangaluru"), 'Table'[Value])Chennai = SUMX(FILTER('Table', LEFT('Table'[Name], 7) = "Chennai"), 'Table'[Value])
Then create the Clustered Column Chart:
Hi @yashwant101 ,
I agree with what @Uzi2019 said!
But I can give you a workaround.
Here is my sample data:
Then I use these DAXs to create two measures:
Bangaluru = SUMX(FILTER('Table', LEFT('Table'[Name], 9) = "Bangaluru"), 'Table'[Value])Chennai = SUMX(FILTER('Table', LEFT('Table'[Name], 7) = "Chennai"), 'Table'[Value])
Then create the Clustered Column Chart:
Hi @yashwant101
Unfortunetly , No . you cant change the color of Bangaluru and Chennai.
there is so such option availabe under column format setting.
you can only change the color of you both metrix Transit and inventory.
apart from it there is no such option available.
I hope I answered your question!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 49 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 122 | |
| 120 | |
| 38 | |
| 36 | |
| 29 |