Forum Discussion
SUMESHKUMAR22
2 years agoHelper 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.
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
- FowmySuper 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: - SUMESHKUMAR22Helper IV
Hi, Fowmy
Much thanks for the solution. 🙂