Hi there,
I am making a 'height-field' type visualisation, and I would like to
compute totals for each 'row' and/or column in my dataset.
I can happily use slice to extract a list of values at a given 'row'or
'column', but obtaining the total is proving difficlt.
Do I have to use Macros and ForeachMember, or is there an easier way
(Statistics must calculate totals but doesn't expose them)
I can process my file outside of DX to extract this info, but I would
prefer to keep my project entirely within DX.
Thanks for your help
-Pete