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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
ranbinho
New Member

Slicer feature

Hi,

 

I want 2 dashboards: one for results from the last 7 days and one for the previous week.

So, to prevent using 2 reports I want to use slicer.

Can I use the same slicer for several talbes?(So I don't need to have huge number of slices)

Can I use one slicer to all the report or I need to use him each page? 

2 REPLIES 2
v-qiuyu-msft
Community Support
Community Support

Hi @ranbinho,

 

In addition, you can see product team is working on the implementation tactics about allow slicer to filter all report page visuals. You can see: Allows Slicers to apply to all Pages of a Report. Currently, we can use Report level filter pane as a workaround.

 

Best Regards,

Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
DataChant
Most Valuable Professional
Most Valuable Professional

Question #1: Can I use the same slicer for several talbes?(So I don't need to have huge number of slices)

Answer:

You can use the same slicer for the two reports. You can add the following disconnected table to the Data Model (use the Enter Data feature for that), and let's call the table "ReportSwitch"

 

ID  | Message

-------------------

1    | "Last 7 days"

-------------------

2    | "Previous week"

 

Now, assuming you already have two measures [Last 7 days] and [Previous Week] you can create a new measure:

Dynamic Measure = IF ( MIN ( ReportSwitch[ID] ) = 1 , [Last 7 days], [Previous Week] )

Next, create a slicer and feed it with the column Message of table ReportSwitch, and feed the new measure [Dynamic Measure] to your visual's Values.

 

Question #2: Can I use one slicer to all the report or I need to use him each page? 

Answer:

You cannot use the same slicer to affect for all the pages. Each page is controlled by its own slicers.

 

Hiope it helps,

Gil

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors