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

Creat more than one relationship

Hello,

 

I have created relationships between 3 sheets using a date table (green).

 

The 3 sheets also have similar data in the column BZ_20, BZ_21, BZ_Soll (yellow) which is the number of the Business Unit.

 

So when I visualize the sheets in one graphic I can filter by date but not by Business Unit. 

 

Since PowerBi wont allow more than one relationship, is there a workaround for that so I can also filter by Business Unit?

 

maroesberg_0-1627987986688.png

 

Thank you!

 

1 ACCEPTED SOLUTION
PC2790
Community Champion
Community Champion

Power Query --> Append Queries--> Append as new(it will constitute of the all the columns from your other tables)

In the transformation steps, remove all the columns those are not required -->Remove duplicates and your table is ready to be used as slicer.

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hallo @PC2790,

 

now it works, thank you!

v-xulin-mstf
Community Support
Community Support

Hi @Anonymous

 

You can use USERELATIONSHIP function to apply more then one active relationship.

For more information, you refer the following blog.

https://blog.pragmaticworks.com/powerbi-dax-function-userelationship-explained

If you still have some question, please don't hesitate to let me known.‌‌

 

Best Regards,

Link

 

Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!

 

PC2790
Community Champion
Community Champion

Hello @Anonymous ,

 

Try creating a new table with all the unique values of Business Unit.

You can do that in Power Query by appending this column from all tables.

Then use the business unit as a slicer/filter from the newly created table for your requirement.

 

Thanks

 

Anonymous
Not applicable

Hallo @PC2790,

 

I created a new table: Power Query --> new Query --> combine --> combine and add as new Query (marked the BZ columns from each table that I want to filter in the graphic)

 

Then I used the BZ-column of the new created table as slicer but it does not affect the graphic.

 

Is there something I missed? 

PC2790
Community Champion
Community Champion

Power Query --> Append Queries--> Append as new(it will constitute of the all the columns from your other tables)

In the transformation steps, remove all the columns those are not required -->Remove duplicates and your table is ready to be used as slicer.

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