Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |