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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Kodonnellm
Frequent Visitor

Conditional Formatting Measure Not Working Across rows

I have a conditional formatting table with the following measure applied, but not all my rows are highlighted red when they should be, any idea why that is? I have the conditional formula applied to the actual values. 

 

Color Indicator =
IF (
SUM ( 'FTE Portfolio Grid_Full Data_data'[Act FTE] ) > SUM ( 'FTE Portfolio Grid_Full Data_data'[Fcse FTE] ),
"red",
BLANK()
)

 

Kodonnellm_1-1733845024206.png

 

3 REPLIES 3
Anonymous
Not applicable

Hi @Kodonnellm 

I have offered a reply on your original post.

Need help with conditional formatting based on ano... - Microsoft Fabric Community

And after testing, it can work, can you provide some sample data or sample pbix that hide your sensitive information so that can provide more suggestion for you.

 

Best Regards!

Yolo Zhu

Omid_Motamedise
Super User
Super User

Use this one

 

Color Indicator = var x= SUM ( 'FTE Portfolio Grid_Full Data_data'[Fcse FTE] )
return IF (
SUM ( 'FTE Portfolio Grid_Full Data_data'[Act FTE] ) > x,
"red",
BLANK()
)

If my answer helped solve your issue, please consider marking it as the accepted solution. It helps others in the community find answers faster—and keeps the community growing stronger!
You can also check out my YouTube channel for tutorials, tips, and real-world solutions in Power Query with the following link
https://youtube.com/@omidbi?si=96Bo-ZsSwOx0Z36h
quantumudit
Super User
Super User

Hello @Kodonnellm 

To better understand the problem, please provide a sample dataset and a use case. The current description does not offer sufficient context to grasp the issue you are encountering.

 

Thanks,

Udit

 

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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