Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to change background color for first rows which has nulls in pivot table using CSS?
Hi, maybe it is easier to modify your measure and 'convert' null values to blank?, f.e.
if(Dimensionality()=1, '', [your current expression])