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! Request now

Reply
Anonymous
Not applicable

Filtering multiple Fields over multiple Tables

Hello community!
I have a problem, which is so specific that I didn't even know what to search for.
I have two tables which I am using in one page of my report, both tables have a column "Project" which refers to the same projects (and contains the same values) and I want to filter by that project using just one slicer. My research has led me so far as to make a new dimensions table for the projects (which only contains one column) and connect it to both fact tables, but I have done the same for the reporting period, where i need the dimension table to resolve the id into quarter and year. So I have both fact tables connected 1:n to the periods dimension table and cannot connect them to the new project dimension table, because it would lead to an ambiguity between the connections.
example.jpg

The two tables can not be combined, as their data is very different, where each row of one table contains the whole information for one quarter and the other table has multiple rows for each quarter with key-value pairs for a column chart.

Is there any way to fix this?

 

Many thanks in advance 🙂

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Got this solution from another forum:
Just set the relationships one way from DIM table to FACT table and there is no ambiguity.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Got this solution from another forum:
Just set the relationships one way from DIM table to FACT table and there is no ambiguity.

Anonymous
Not applicable

@amitchandak 
I updated the post to include a structural scheme and point out that the fact tables contain wildly different data.
I see no way around having to use these tables and relating them somehow.

Thank you for your help!

amitchandak
Super User
Super User

@Anonymous ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

For project you can create a table like 

project = distinct(union(distinct(Table1[project]),distinct(Table2[project])))

 

Bridge Table: https://www.youtube.com/watch?v=Bkf35Roman8&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=19

 

Join with both tables. You can do the same in power query too.

You can create date from month, qtr, or year and join with the date table https://www.youtube.com/watch?v=yPQ9UV37LOU

 

 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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