Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ismailc
Helper III
Helper III

PowerBI Slicer Page (similar to Excel slicers)

Hi,

 

I have a report with 8 tabs but the selecting & slicer dropdowns with multi selects become confusing and combersome 

 

Is there a way to create like excel main page a bunch of slicers that also visibly shows the selections and tell the story of what was selected. right now the users are confused

 

please any ideas on similar approach, still keep the tab slicers but i main page the diff sales people prefiters their areas only

 

thank you

1 ACCEPTED SOLUTION

Hi @ismailc ,

 

1. You can refer to this post to clear all slicers using bookmarks and button.

 

2. If you want to show text: Item "Beverages" by Customer "WW", you can try the following measure:

 

Text = "Item " & SELECTEDVALUE(Items[Item]) & "by Customer " & SELECTEDVALUE(Customers[Customer])

vkkfmsft_0-1627287266267.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.

Best Regards,
Winniz

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

4 REPLIES 4
collinq
Super User
Super User

Hi @ismailc ,

 

You can create a page for your slicers and then have those sllicers on all pages as you may want and then have the slicers "sync" turned on so that whatever is selected on the main page will automatically be selected on every subsequent page.  You can even make the slicers smaller or perhaps even invisible on the other pages if you prefer and that way the user thinks they are only using the main page slicers.




Did I answer your question? Mark my post as a solution!

Proud to be a Datanaut!
Private message me for consulting or training needs.




Hi, Thank You for helping, i will give this a try

The slicer's drop down multiselect is tedius and not very clear when selected

is it possible to have  a clear button next to the slicers and in the open area of the main slicer page have a description/story of selected

example:

Slicer1=item structure

Slicer2=customer

 

with clear button next to it then in open area in Text: Item "Beverages" by Customer "WW" etc?

Hi @ismailc ,

 

1. You can refer to this post to clear all slicers using bookmarks and button.

 

2. If you want to show text: Item "Beverages" by Customer "WW", you can try the following measure:

 

Text = "Item " & SELECTEDVALUE(Items[Item]) & "by Customer " & SELECTEDVALUE(Customers[Customer])

vkkfmsft_0-1627287266267.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.

Best Regards,
Winniz

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

WOW, Thank You so much.

This is Great, thank you.

This will do nicely 🙂

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors