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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
ShaneL79
Helper I
Helper I

Slicer Problems

I have a report with 6 pages (tabs). On this report there are two separate slicers thanks to two separate contractors who basically disagreed with each other to the point of building it this way before the funding dried up. 

 

The Problem:

 

Slicer 1 is only visible on Page 1. Slicer 2 is visible on Pages 2 - 6. 

Both slicers are using a drop down that gives the last day of every month as an option. They show all months since the beginning of our database. 


Slicer 1 works for all date ranges. 

Slicer 2 only works for 2020 dates.

 

Slicer 1 uses the filters (Date = relative date filter in the last 3650 days including today), and MonthEnding is (All).

Slicer 2 uses the filter (End of Month is (All)

 

In the slicer sync table, the following are checked for each:

 

Slicer 1: Page 1 only has "Visible" checked.

Slicer 2: Pages 2 - 6 all have "Visible" and "Sync" checked.

 

I tried using both slicers together. This works as long as the same month is selected.

I tried using slicer 1 only. This worked for older data, but broke the connection to anything in 2020.

I tried using slicer 2 only. This worked for 2020 data, but nothing before 2020.

 

I'm at a complete loss and am willing to start over if a fix isn't simple. 

 

What I want is to have a drop down that has one entry for every month (the last day of the month). A single slicer on page 1 would be sufficient as long as it updated the data on every other page. 

 

Can anyone help me?

1 ACCEPTED SOLUTION
ShaneL79
Helper I
Helper I

Problem Solved:

 

While the slicer was selected, I clicked "View" and "Selection Pane". This brought up a list of items on the page, including 2 slicers per page (one hidden, one visible). I am uncertain how there were two on each page (excluding the first page), but there were. 

 

I determined that Slicer 1 was setup correctly and deleted the other from every page. This corrected the issue.

 

Apparently there were two conflicting slicers working against each other.

 

Thank you all for your help.

View solution in original post

6 REPLIES 6
ShaneL79
Helper I
Helper I

Problem Solved:

 

While the slicer was selected, I clicked "View" and "Selection Pane". This brought up a list of items on the page, including 2 slicers per page (one hidden, one visible). I am uncertain how there were two on each page (excluding the first page), but there were. 

 

I determined that Slicer 1 was setup correctly and deleted the other from every page. This corrected the issue.

 

Apparently there were two conflicting slicers working against each other.

 

Thank you all for your help.

Can you send a picture of the relationships between your tables, focusing on the two tables you have shown and the table in question that is being filtered.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

HI @ShaneL79,

It will help if you explain more about your scenario or share a sample pbix file to test.

For example:

Did these slicers use the same table fields? How did the interact setting between these slicers and visuals?

If they are from different table fields, did these tables linked? How relationship mapping?

How to Get Your Question Answered Quickly 

Regards,

Xiaoxin Sheng

Thank you for the response. 

 

I have added a comment below with more detail, but unfortunately no PBIX due to the sensitivity of the data. 

 

I can grab screenshots of anything you think would be best to help you help me. 

Greg_Deckler
Community Champion
Community Champion

Probably, but will need more information. What columns are these slicers tied to? The same column or different columns? This will likely come down to how the data model and underlying columns are constructed, relationships, etc.

 

This one is going to come down to implementation so sharing the PBIX would be helpful or at least as much information as possible.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Thanks for the response. I have some confidential information in the PBIX so sending it isn't possible, I don't think. 

 

I am willing to take screenshots of anything you want, if that would suffice.

 

As for the columns, here is what I have:

 

Slicer 1 uses "MonthEnd" which is a formula using MonthEnd = EOMONTH ( [date], 0 )

Slicer 1Slicer 1

 

 

Slicer 2 uses "End of Month" which is a date column. It gives dates in this format "Saturday, February 29, 2020"

 

Slicer 2Slicer 2

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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