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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
temp0rary
New Member

Append result from two slicers as new table

Hi,

 

I have two tables with the same values and I need to create a new table based on filter on slicer of two tables.

 

Here is my two slicers

S__4669468.jpg

 

 

 

 

 

 

 

 

 

 

 

I want my new table look like this.

Value

AAA

BBB

BBB

CCC

DDD

 

I have tried this but It's not work

Test = UNION(VALUES(Table1[Value]), VALUES(Table2[Value]))

 

Thank you for any advice.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@temp0rary , You can not create a calculated table using slicer values

 

Have a combined table

Test = distinct(UNION(distinct(Table1[Value]), distinct(Table2[Value])))

 

then create a measure and display it with the value from the Test 

 

countrows(filter(Test , Test [Values] in UNION(VALUES(Table1[Value]), VALUES(Table2[Value])) ))

 

 

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

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@temp0rary , You can not create a calculated table using slicer values

 

Have a combined table

Test = distinct(UNION(distinct(Table1[Value]), distinct(Table2[Value])))

 

then create a measure and display it with the value from the Test 

 

countrows(filter(Test , Test [Values] in UNION(VALUES(Table1[Value]), VALUES(Table2[Value])) ))

 

 

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
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 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.