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

Multiple filters on multiple tables

I want to have 2 filters on my 3 tables.

 

The 3 tables,

Romain_L_0-1621348322867.png Romain_L_1-1621348338385.png Romain_L_3-1621348413286.png

I want to filter date and name independently and have something like this (in those screenshots there are no relationships):

 

Romain_L_4-1621348698501.pngRomain_L_5-1621349206070.png

In this example the calculated table is not right, i want it to be only one 'day' per row and either blank or the corresponding value for the other fields.

 

I really don't know how to go about this, as I can't link two 'parent' tables with an active relationship to the 3 tables and I tried through power query to merge everything in one table but got some trouble, and I am not an expert on any of this. 

 

Do you have any guidance on what would be the best way to go about this ?

Thank you.

 

1 ACCEPTED SOLUTION
PaulDBrown
Community Champion
Community Champion

@Anonymous 

1) Create dimension tables in Power Query or using DAX for both the name and date fields. You then create a one-to-many relationship with the corresponding fields in the fact tables:

model.JPG

 2) create SUM measures for the values in each table

3) create the slicers using the fields from the dimension tables. Create the visuals using the fields from the dimension tables and add the measures

 

result.JPG

 

I've attached the sample PBIX file for you





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

4 REPLIES 4
PaulDBrown
Community Champion
Community Champion

@Anonymous 

1) Create dimension tables in Power Query or using DAX for both the name and date fields. You then create a one-to-many relationship with the corresponding fields in the fact tables:

model.JPG

 2) create SUM measures for the values in each table

3) create the slicers using the fields from the dimension tables. Create the visuals using the fields from the dimension tables and add the measures

 

result.JPG

 

I've attached the sample PBIX file for you





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Anonymous
Not applicable

Thank you, it worked like a charm even on my original 8 tables. (i know i said 3 but its easier to ask)

Also to mention it also works on averages and/or percentages

@Anonymous 

Glad to hear!

it will work with any calculation. This is the recommended model structure for multiple fact tables containing common fields. The use of the dimension tables allows for the filter context, where equivalent rows (fields) are filtered by the common dimension to allow for calculations. 
Let us know if you need any further help!

Best,

Paul





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Anonymous
Not applicable

Create the separate table for Name and date and then relate those table with this tables. 
and for values create the measure. 
I think this should work

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

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!

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