Forum Discussion
Slicer Problems
- 6 years ago
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.
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.
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 1
Slicer 2 uses "End of Month" which is a date column. It gives dates in this format "Saturday, February 29, 2020"
Slicer 2