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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors
Top Kudoed Authors