Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
today i'd like to color the measure "total rows" backgorund with green.
So the measure backgorund must be green colored only if the dimension is expanded.
I'm using below formula but i didn't reach the wanted resutl:
if(dimensionality()=0 or RowNo()=0,green(),white())
I would like to color the background also of the yellow highlighted rows:
How to do this ?