Forum Discussion
Preselected slicer - Issue
- 2 years ago
it could be the dirty status column that you have added is the reason of such issue.
try using the approach described here for the dirty status .
from what i remember ( maybe it could help) , i think you need to have different column for the dirty status per each pre selected slicer. by that i mean, if you war working with 2 slicers, you need to create a table with the following data :
_PreselectedSlicer = DATATABLE("IsDirtySlicer1", BOOLEAN, "IsDirtySlicer2", BOOLEAN,{{FALSE(), FALSE()},{FALSE(), TRUE()},{TRUE(), FALSE()},{TRUE(), TRUE()}})hope this helps you out ./
If my answer helped sort things out for you, i would appreciate a thumbs up π and mark it as the solution β
It makes a difference and might help someone else too. Thanks for spreading the good vibes! π€ :
it could be the dirty status column that you have added is the reason of such issue.
try using the approach described here for the dirty status .
from what i remember ( maybe it could help) , i think you need to have different column for the dirty status per each pre selected slicer. by that i mean, if you war working with 2 slicers, you need to create a table with the following data :
hope this helps you out ./
If my answer helped sort things out for you, i would appreciate a thumbs up π and mark it as the solution β
It makes a difference and might help someone else too. Thanks for spreading the good vibes! π€ :