Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

Append two filtered tables

I have two tables that are the exact same so that I can filter data in two differnet ways usign slicers. What I need is a DAX command to create an appended table of these two after slicers have been used, but I can not seem to find a way. The table functions either seem to appened before the filter or when I try a crossjoin the resulting table relationships filter out those selections from table 1. 

 

Table1 

Location A

Location B

 

Table 2 

Location F

 

Result 

Location A,B,F 

 

 

2 REPLIES 2
vitorek
New Member

@Anonymous I have the same use case and used

all_table = UNION(table1, table2, table3) 

However resulting all_table doesn't respect filtered values in slicers for table1 table2 table3.

amitchandak
Super User
Super User

@Anonymous , merge in power bi or Append and aggregate in power bi

https://radacad.com/append-vs-merge-in-power-bi-and-power-query

 

https://radacad.com/power-bi-aggregation-step-1-create-the-aggregated-table

 

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.