Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
LucasAlcarde
Frequent Visitor

clustered column chart, all colors appeared in columns, now they are gone

Clustered column chart, all colors appeared in columns, now they are gone

It made changing the colors a lot faster when they all appeared, now I can only change them one by one. what could be added is conditional formatting and not removing something.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @LucasAlcarde 

 

With reference to the information provided by you, I ran the following tests:


Here's my test data.

1.png

 

I created the following measure:

Measure = SWITCH(TRUE(),
SELECTEDVALUE('Table'[number]) <= 10, "yellow",
SELECTEDVALUE('Table'[number]) > 10 && SELECTEDVALUE('Table'[number]) <= 20, "blue",
SELECTEDVALUE('Table'[number]) > 20, "pink"
)

 

With this clustered column chart selected, I did what is shown here.

2.png3.png4.png

Is this the result you expect?

If this is not the outcome you were hoping for. Please provide detailed sample data and the results you are hoping for. So that I can help you better. Show it as a screenshot or excel. Please remove any sensitive data in advance.

 

Best Regards,
Community Support Team _Yuliax
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @LucasAlcarde 

 

With reference to the information provided by you, I ran the following tests:


Here's my test data.

1.png

 

I created the following measure:

Measure = SWITCH(TRUE(),
SELECTEDVALUE('Table'[number]) <= 10, "yellow",
SELECTEDVALUE('Table'[number]) > 10 && SELECTEDVALUE('Table'[number]) <= 20, "blue",
SELECTEDVALUE('Table'[number]) > 20, "pink"
)

 

With this clustered column chart selected, I did what is shown here.

2.png3.png4.png

Is this the result you expect?

If this is not the outcome you were hoping for. Please provide detailed sample data and the results you are hoping for. So that I can help you better. Show it as a screenshot or excel. Please remove any sensitive data in advance.

 

Best Regards,
Community Support Team _Yuliax
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

LucasAlcarde
Frequent Visitor

in a pbix file the column chart appears the color to change, but it does not change, it returns to the initial default color alone, and in another file the color with category "ALL" does not appear, strange

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors