Forum Discussion
Auto-Reset Slicer Selection When Changing Selection in Main slycer
- Anonymous1 year ago
Hi margaridatedim ,
You can try formula like below:
FirstSalesType = CALCULATE( FIRSTNONBLANK('Sales Types'[Types], 1), FILTER( 'Sales Types', 'Sales Types'[Group] = SELECTEDVALUE('Sales Groups'[Group]) ) )SelectedSalesType = IF( ISFILTERED('Sales Types'[Types]), SELECTEDVALUE('Sales Types'[Types]), [FirstSalesType] )
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous1 year ago
Hi margaridatedim ,
Choose SelectedSalesType to Filters on this visual. You can check pbix file i have provided.
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello,
thank you for your response.
I don't want to clear the slicers. I want it to automatically change between selections when in the "main" slicer I change my selection. So for example, when I choose "Web" in Sales Groups I want it in Sales Types to choose "AliExpress" (first row in this category) and then I choose "Store" in the Sales Groups that it automatically change to "Alasca" in the Sales Types and it's not doing that it gets "stuck" in "AliExpress" eventhough this category doesn't even exist for the "Store" group so my dashboard is all blank.