March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |