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
Ciuciek
New Member

Conditional formatting matrix columns

Hi,

I've created P&L matrix (random data) showing in columns Actuals, Forecasts and Actuals vs Forecasts. I would like to apply conditional formating only to columns Actuals vs Forecasts and still have possibility to change versions by slicer as it is on the screenshot. Is there any solution for that? I've tried to create a measure but then the measure column is showing after ACT column and after RF3 column. I've also tried to change database layout but couldn't find any solution.

Thanks a lot!

Ciuciek_0-1645010163046.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Ciuciek , In matrix conditional formatting, can only happen for Values. Not for Row or column (pivot) 

 

 

For value formatting you can create a measure if needed and use that in conditional formatting using field value option

example

Color = if(FIRSTNONBLANK('Table'[Year],2014) <=2016 && AVERAGE(Sales[Sales Amount])<170
,"lightgreen",if(FIRSTNONBLANK('Table'[Year],2014)>2018,"red","yellow"))

 

Color sales = if([Sales Today] -[sales yesterday]>0,"green","red")

 

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

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Ciuciek , In matrix conditional formatting, can only happen for Values. Not for Row or column (pivot) 

 

 

For value formatting you can create a measure if needed and use that in conditional formatting using field value option

example

Color = if(FIRSTNONBLANK('Table'[Year],2014) <=2016 && AVERAGE(Sales[Sales Amount])<170
,"lightgreen",if(FIRSTNONBLANK('Table'[Year],2014)>2018,"red","yellow"))

 

Color sales = if([Sales Today] -[sales yesterday]>0,"green","red")

 

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

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Thanks, it is working. I recommend everybody watch @amitchandak youtube video: https://youtu.be/RqBb5eBf_I4

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.