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

Be 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

Reply
Souheyl11
Frequent Visitor

How can I base my bar chart colors on value ranges ?

Hi

 

I'd like to build a bar chart (multiple bars) with formatting colors based on range data values, like we do in Excel. How can we do that in Power BI ? Thank you

 

dddd.png

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @Souheyl11

Assume your table has two columns called "name", "value", then create a calculated column to define which data range each value belongs to.

data range = SWITCH(TRUE(),[value]<50, "<50",[value]>=50&&[value]<80,"50~80",[value]>=80,">=80")

Then add these columns to the Stacked column chart and go to "Format" pane ->"Data colors"

9.png

 

 

Best Regards

maggie

View solution in original post

3 REPLIES 3
v-juanli-msft
Community Support
Community Support

Hi @Souheyl11

Assume your table has two columns called "name", "value", then create a calculated column to define which data range each value belongs to.

data range = SWITCH(TRUE(),[value]<50, "<50",[value]>=50&&[value]<80,"50~80",[value]>=80,">=80")

Then add these columns to the Stacked column chart and go to "Format" pane ->"Data colors"

9.png

 

 

Best Regards

maggie

Hi @v-juanli-msft

 

Thank you, it is a good workaround however I have severals value columns so I've to do it for each value column.

 

Thanks

Hi @Souheyl11

If these value columns color based on  the same data range rule, when  you add serveral value columns in the "value" field, they would automatically show the color with the legend.

 

Best Regards

Maggie

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.