Forum Discussion
Mobile View Layout - Slicers
Hi everyone, I am having a hard time figuring out how to do this. I wanted to have two slicers with the same values in them. Both were Years - one is for web layout (list) and the other is for mobile layout (dropdown), for aesthetic purposes. Problem is that if I have two slicers with the same value on them, it contradicts each other. How can I avoid that? Thanks in advance for the advice.
3 Replies
- AnonymousNot applicable
Hi ronaldbalza2023 ,
You can make the two slicers unaffected by each other through Edit iteractions.
I have two slicers.
Use Year as the slicer as Slicer1.
Use Date as the slicer as Slicer2.
Slicer1 can affect Slicer2.
1. Click Slicer1, click Format-Edit interactions, and select None in the upper right corner of Slicer2.
2. Result.
After setting, Slicer1 cannot affect Slicer2.
In the same way, you can also set Slicer2 to not affect Slicer1.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
- amitchandakSuper User
ronaldbalza2023 , You hide them using a bookmark in the respective view.
Also are creating a mobile view?
create a layout using one slicer only
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-create-phone-report
- ronaldbalza2023Continued Contributor
amitchandak Thanks so much for taking the time on this. What I meant was to have a dropdown slicer on mobile view rather than a list (horizontal). Basically, I wanted to have a different look of slicer on mobile (which is a dropdown) and web layout view (horizontal list).