Forum Discussion
SWITCH(SELECTEDVALUE
- 4 years ago
Hi,
The problem is that the calculated column is calculated at refresh and then remains constant, independent of any filters in the report itself. That means no matter what changes your user makes (including selecting from slicers) the data in that column won't change.
As it ignores slicers, it's giving you the result for if there is no selectedvalue, so always the 'else' part.
Hi,
The problem is that the calculated column is calculated at refresh and then remains constant, independent of any filters in the report itself. That means no matter what changes your user makes (including selecting from slicers) the data in that column won't change.
As it ignores slicers, it's giving you the result for if there is no selectedvalue, so always the 'else' part.