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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
annapurna
Helper I
Helper I

combinaing tables

Hi

I am new to power bi.

1.please can any one help me how to select two tables in power bi desktop one below another?what is the query for it?

2.what is the power bi components?please explain it?

 thanks in advance

 

 

 

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

Hi @annapurna

 

One way is to create a calculated table using DAX

 

From the Modelling Tab>>NEW TABLE

 

Table =
UNION ( Table1, Table2 )

 

Combinetbles.png 


Regards
Zubair

Please try my custom visuals

View solution in original post

2 REPLIES 2
Zubair_Muhammad
Community Champion
Community Champion

Hi @annapurna

 

One way is to create a calculated table using DAX

 

From the Modelling Tab>>NEW TABLE

 

Table =
UNION ( Table1, Table2 )

 

Combinetbles.png 


Regards
Zubair

Please try my custom visuals

@annapurna

 

Also you can Query Editor to append Tables

 

Combinetbls.png


Regards
Zubair

Please try my custom visuals

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.