Forum Discussion

sshiny's avatar
sshiny
Helper II
4 years ago
Solved

Matrix-Colour formatting

Is it possible to give different colours to "Total" and "Average"? I have given colours to the three months based on a measure- Color = var Month_Name = SELECTEDVALUE('Tag Usage Fact'[Month Name]...
  • memepu's avatar
    4 years ago

    Hi sshiny ,

    I have created a simple sample, please refer to it to see if it helps you.

    Matrix-Colour formatting.pbix

    Create a measure.

    Measure = IF(ISINSCOPE('Tag Usage Fact'[[Month Name]),'Tag Usage Fact'[Color],"Orange")

    If I have misunderstood your meaning, pelase provide more details with your desired output and pbix file without privacy information.

     

    Best regards.