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
Anonymous
Not applicable

2 synced/dynamic slicers

Hi,

 

Is it possible to create some kind relationship between 2 slicers?

 

Just a simple example. I have 2 slicers. One slicer includes months and the other one includes seasons. If I select January in first slicer, Winter is automatically selected in the other slicer. I need this because I have to assign these slicers to multiple charts and instead of making 2 clicks in 2 slicers I would like to have just only one slicer.

 

Br,

Edgars

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous 

Create dimension table like that

MonthIDMonthSeason
1JanuaryWinter
2FebruaryWinter
3MarchSpring
4AprilSpring
5MaySpring
6JuneSummer
7JulySummer
8AugustSummer
9SeptemberAutumn
10OctoberAutumn
11NovemberAutumn
12DecemberWinter

 

 

Then you should join your dimension table to your transactional data. Create a new column in your transactional data with MonthNo (Dax code should be something like that "date.MonthNo").Then you should join this column with dimension table on ID column.  Cross filter direction sholud be both. Finally you should use month and season columns in dimension table.

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous 

Create dimension table like that

MonthIDMonthSeason
1JanuaryWinter
2FebruaryWinter
3MarchSpring
4AprilSpring
5MaySpring
6JuneSummer
7JulySummer
8AugustSummer
9SeptemberAutumn
10OctoberAutumn
11NovemberAutumn
12DecemberWinter

 

 

Then you should join your dimension table to your transactional data. Create a new column in your transactional data with MonthNo (Dax code should be something like that "date.MonthNo").Then you should join this column with dimension table on ID column.  Cross filter direction sholud be both. Finally you should use month and season columns in dimension table.

 

Anonymous
Not applicable

Hi @Anonymous 

 

This worked! Thank you! 🙂

 

Br,

Edgars

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.