Forum Discussion
SUMESHKUMAR22
Helper IV
2 years agoMatrix 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.
Fowmy , FYI
Thanks in advance
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
Assign the Measure and the values:
Result:
2 Replies
- Fowmy
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
Assign the Measure and the values:
Result: - SUMESHKUMAR22
Helper IV
Hi, Fowmy
Much thanks for the solution. 🙂