Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have an application with different filters that are in filter panes and two filters that are in alternate states
When I filter on one of my filters panes I wish that the selection is taken into account also in my alternate states.
I create a formula with a set analysis like this:
=Sum({[N]} [BALANCE_X+[BALANCE_Z])
=Sum({[M]} [BALANCE_X+[BALANCE_Z])
However I have a lot of dimensions that I put in filters panes.
What I clearly want is that when I filter on any filter pane, that this selection is also taken in my alternate states.
Thanks in advance