Forum Discussion

SUMESHKUMAR22's avatar
SUMESHKUMAR22
Helper IV
2 years ago
Solved

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

  • 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: