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
LeopoldStotch
New Member

Filtering Different Data Sets with a Single Slicer

Hi,

 

I have a report with a single dashboard incorporating visuals drawing from three different data sets.

 

Each of the data sets has a field/column "Department" with the same four options for each record.  I want to use a single slicer to filter the other visuals by Department, regardless of which data set they draw from.

 

The data sets are totally different tables, have no common fields other than Department and cannot realistically be combined into a single data set.

 

Is this possible?

 

Thanks!

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi,

 

you should create an extra table, just containing 1 column "Department".

 

Then create the following relations:

Department --> Dataset1.Department

Department --> Dataset2.Department

Department --> Dateset3.Department

 

Use the Department from the new table as the Filter.

 

 

View solution in original post

3 REPLIES 3
v-shex-msft
Community Support
Community Support

Hi @LeopoldStotch,

 

I agree with mravestein's point of view, use exist column to create a new table and create the relationship between them.

 

Sample formula:

 

Merged Table= DISTINCT(UNION(VALUES(Table1[Department]),VALUES(Table2[Department]),VALUES(Table3[Department]))

 

Then create the relationship between these tables with "single" mode of "cross filter direction" option.

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Anonymous
Not applicable

Hi,

 

you should create an extra table, just containing 1 column "Department".

 

Then create the following relations:

Department --> Dataset1.Department

Department --> Dataset2.Department

Department --> Dateset3.Department

 

Use the Department from the new table as the Filter.

 

 

its not possible to have multiple connections to one table with Power Query btw

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.

Top Solution Authors