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
dalabera
Frequent Visitor

Can you add a Slicer between two PowerBI Datasets

Hi,

Using the DirectQuery for Power BI datasets and Analysis Services (preview) feature to build a dashboard coming from 2 different PowerBI Datasets (Operational and Accounting). 

Have a page that have multiple tables showing measures from different tables from those 2 different datasets. 

 

Need to filter the page the Reporting Year and Entity.  Right now have 4 slicers to handle this. Being doing some research and haven't found is there a way to create a table or complete slicer that will allow me to filter the data and only use two slicers so it filters the tables on both PowerBI Datasets.  Is that possible?

 

Thank you. Appreciate any input or thoughts?

 

1 REPLY 1
DataInsights
Super User
Super User

@dalabera,

 

In a pbix based on two published datasets, you can create a master dimension table for filtering. Create a one-to-many relationship between the master dimension table and the corresponding dimension table in each published dataset. Example:

 

ReportingYearMaster --> ReportingYear (dataset 1)

ReportingYearMaster --> ReportingYear (dataset 2)

 

Filters/slicers should use ReportingYearMaster.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




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