Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In a pivot tabel, I want to add a calculated item like in a pivot table in excel.
calculated: B vs A %
Maybe you can use partial sum instead, and expression will be
if(dimensionality()=2, sum(Qtty), sum({<Area={B}>}Qtty)/sum({<Area={B}>}Qtty))
See attached