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

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

Reply
SUMESHKUMAR22
Helper IV
Helper IV

Matrix Conditional formatting on column subtotals

Hi community,

My requirement is to conditional format the below highlighted only Total value of the columns Total. (It's giving the sum vertically)
Pbix attached hereby.

Screenshot 2024-01-06 164021.png
@Fowmy , FYI

Thanks in advance

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@SUMESHKUMAR22 

Create this measure:

CF = INT(NOT ISINSCOPE( data[TIMESHEET MONTH YEAR] ) && NOT ISINSCOPE( data[Resource name] ) && ISINSCOPE( data[Phase]))


Select FX under Cell Elements

Fowmy_0-1704569938010.png
Assign the Measure and the values:

Fowmy_1-1704570012466.png



Result:

Fowmy_2-1704570030000.png

 

 



 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

View solution in original post

2 REPLIES 2
SUMESHKUMAR22
Helper IV
Helper IV

Hi, @Fowmy 
Much thanks for the solution. 🙂

Fowmy
Super User
Super User

@SUMESHKUMAR22 

Create this measure:

CF = INT(NOT ISINSCOPE( data[TIMESHEET MONTH YEAR] ) && NOT ISINSCOPE( data[Resource name] ) && ISINSCOPE( data[Phase]))


Select FX under Cell Elements

Fowmy_0-1704569938010.png
Assign the Measure and the values:

Fowmy_1-1704570012466.png



Result:

Fowmy_2-1704570030000.png

 

 



 

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.