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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
anithaMallam
Helper III
Helper III

need help

Hi All,

          Need your help on the below requirement.

i am creating a matrix as shown below

anithaMallam_0-1628260557656.png

 

now i need to do conditional formating for the % columns as if the gross sales,volume<1% it should be green and for the cost values if the % difference is <3% it  should be green.in the same matrix these conditions needs to be applied.could some please help me in implementing the conditional formatting.

 

Regards

Anitha

4 REPLIES 4
amitchandak
Super User
Super User

@anithaMallam , conditions are not clear. But if they measure based on priority you can create a color measure

 

Switch(true() ,

[Volume] <.01 , "green",

[Difference] <.03 , "green"

//other condition

"red"

)

 

combine conditions if needed

 

How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi Amit,

             

anithaMallam_0-1628270212071.png

the last 3 columns needs to be conditionally formatted if Gross sales and volume <1% and material cost and resource cost <3%.

 

Regards

Anitha

Hi  @anithaMallam ,

 

Have you checked my reply?

 

Best Regards,
Kelly

Did I answer your question? Mark my reply as a solution!

Hi  @anithaMallam ,

 

Could you pls provide a sample .pbix file or sample data for test?

 

Best Regards,
Kelly

Did I answer your question? Mark my reply as a solution!

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors