Forum Discussion
sanjanarama
4 years agoResolver I
conditional formatting in matrix data
I have created measure to add conditional formatting for values in matrix
COLOR GLOBAL CUSTOMER ROW =
IF (HASONEVALUE( Sheet2[hirachy] )
,IF( FIRSTNONBLANK(Sheet2[hirachy] , 0) = "Global"
,"#C8F4FF"
,"white"
)
,BLANK()
)
if we expand the matrix the colour is moving away, any way to keep formatting always?
4 Replies
- amitchandakSuper User
- sanjanaramaResolver I
amitchandak
tried this, still the same- amitchandakSuper User
sanjanarama ,
Can you share a sample pbix after removing sensitive data.