Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Any clue on how I could transform null values ('-') into 0, without adding extra rows to my data ?
use ALT Function to your chart expression
Example:-
alt(sum(aggr(sum({<[Export Date]={"=len([Export Date])>0"}>} 1),Item)),0)
Unfortunately, there is no way to do this. Neither NullAsValue nor alt() will help with missing intersections in a pivot table.
Some extensions, such as Vizlib Pivot Table, let you define a custom null symbol which will override missing intersections, but in the native object there is no option of this nature available as far as I know.
Hi @udit_k ,
in your exemple "Export Date", is your dimension right?
I tried, and it did not work.
"ID" is my dimension, and "Total CA", the field that i want to sum.
Hi @Or ,
Can I at least show the dimension values when the measure value is null in a straight table ?
In the screen below, the ID 321 does not appear in the straight table for example.
You would need to check "Include zero values" under Add-ons for this.