March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi there,
I'm creating a sort of template in PBI. In the first page I'd like to allow users to select multiple values from a slicer:
In the following page (which serves as a cover page), how am I able to carry over the multi-selected values, based on the selection?
Any advice is greatly appreciated. Thank you.
Solved! Go to Solution.
Don't use a slicer on the Business Review page to display the values. Use a table visual, or a card visual or something.
Additionally, if you wanted to display the values in a comma-separated string like in your screenshot, you can create a meaure to do that.
Result:
Measure:
Selected Values = CONCATENATEX( VALUES( 'Table'[Column1] ) , 'Table'[Column1] , ", " )
Thanks for the response.
The issue is how am I able to hide unselected values from the synced slicer in the cover page:
The use case is regional managers select one or multiple countries, the Business Review page will be only showing those selected countries - those unselected need to be hidden.
Thanks for any advice.
Don't use a slicer on the Business Review page to display the values. Use a table visual, or a card visual or something.
Oh my, how should I didn't know that, thank you so much!!
Additionally, if you wanted to display the values in a comma-separated string like in your screenshot, you can create a meaure to do that.
Result:
Measure:
Selected Values = CONCATENATEX( VALUES( 'Table'[Column1] ) , 'Table'[Column1] , ", " )
Smart solution. It works perfectly, thanks!
For sure. Copy your slicer from your first page onto your second page. It will prompt and ask if you want to Sync the slicers. Yes, sync the slicers. Then hide the slicer via the selection pane. So basically, what's happening is you have the same slicer on both pages. When a user makes selections on the first page, they are mirrored on the second page. However, the slicer is hidden on the second page giving the illusion the slicer from the first page is filtering the second page.
@Winniethewinner
Turn on Sync Slicer Pane
Then select one slicer and tick the options as needed
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |