Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi Team !
I have one queries in Slicer .
We 2 year column from different table and have a relation ship both table
1st slicer is Year1 2nd slicer is Year2
Refference Pic :
My Requirement is
if I select the year in slicer1 It will return a year2 Selected year and before year only will come..
If i selected a year in slicer year1 now i got in year2 slicer only selected year value .
How to do that one?
Thanks,
Thennarasu.
Solved! Go to Solution.
If I understood you correctly, what you are trying to accomplish is you don't want to filter the Year2 Slicer, upon selection in the Year1 Slicer.
You can very easily achieve this using Edit Interactions.
Click on the Year1 Slicer.
Now go to "Format" and Turn on "Edit Interactions"
Then simply click on Turn off interaction button on the Year2 Slicer
Now, whenever you will select a Year from Year1, Year2 Slicer will not be filtered because the interactions are off.
If I understood you correctly, what you are trying to accomplish is you don't want to filter the Year2 Slicer, upon selection in the Year1 Slicer.
You can very easily achieve this using Edit Interactions.
Click on the Year1 Slicer.
Now go to "Format" and Turn on "Edit Interactions"
Then simply click on Turn off interaction button on the Year2 Slicer
Now, whenever you will select a Year from Year1, Year2 Slicer will not be filtered because the interactions are off.
Maybe create (or generate) an additional table like:
Year, YearsAvailable
2014,2014
2014,2013
2015,2015
2015,2014
Do a relationship between YearsAvailable and your date table's year column. Relationship will be many to many with single direction from new table to date table.
On your first slicer put Year (from your new table) and on second YearsAvailable.
I didn't test but it should filter both slicer2 and your date table with year selected and the previous year.
Would love to see other ways to achieve this.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
108 | |
101 | |
38 | |
35 |
User | Count |
---|---|
149 | |
122 | |
76 | |
74 | |
52 |