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

See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap

Reply
goyalsa
Helper III
Helper III

conditional formatting on a column

Hi all,

I need your help on this.

 

I made a matrix (screenshot attached). In this matric, I have Route, parties involved and months.

goyalsa_0-1691721990767.png

 

I want to apply condition to find out in each month which party "cost per order" is cheaper. Like, for May month, party "O" cost per order is cheaper.

goyalsa_1-1691722093605.png

 

Any help would be really appreicated!!

 

Regards,

Sahil

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@goyalsa , Create a measure like below and use in conditional formatting using field value option

 

Color=

var _min = calculate(Minx(values(Table[Party]),[cost per order]), removefilters(Table[Party))

return

if(_min = [cost per order], "Green", "white")

 

How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/...
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pan...

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@goyalsa , Create a measure like below and use in conditional formatting using field value option

 

Color=

var _min = calculate(Minx(values(Table[Party]),[cost per order]), removefilters(Table[Party))

return

if(_min = [cost per order], "Green", "white")

 

How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/...
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pan...

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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