Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have two tables that when linked together have some data mismatches. This is fine but I would like to display a default value in the table instead of having a light grey box.
Any ideas on how to do this?
let's sayyour table contains; yourDimension and a measure:
do as follow as a dimension;
if (YourDimension&YourMeasure=YourMeasure,'Default value',YourDimension)
could you post a screenshot?
let's sayyour table contains; yourDimension and a measure:
do as follow as a dimension;
if (YourDimension&YourMeasure=YourMeasure,'Default value',YourDimension)