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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Juampi
Regular Visitor

Create new table combining data from other tables

Hello ! 

 

I am new using power bi so i am sorry if this is a basic question. Tried to search similar questions but couldnt find an answer.

 

I want to create a new table (Table 3. Result) combining data from two other tables (Table 1 and 2) in the following way:

 

Table 1:

IDDescription
1A
2B
3C

 

Table 2:

Attribute 
XX
YY
ZZ

 

Table 3. Result

IDDescriptionAttribute
1AXX
1AYY
1AZZ
2BXX
2BYY
2BZZ
3CXX
3CYY
3CZZ

 

Thanks ! 🙂

 

Juampi

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@Juampi ,

crossjoin(Table1,Table2)

 

https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/

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

Tahreem24
Super User
Super User

@Juampi ,

Create new table using below CrossJoin DAX:

New Table = CROSSJOIN(Tbl1,Tbl2)

 

Refer screen shot attached:

Capture.PNG

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

View solution in original post

3 REPLIES 3
Juampi
Regular Visitor

Thanks 🙂 it worked!

Tahreem24
Super User
Super User

@Juampi ,

Create new table using below CrossJoin DAX:

New Table = CROSSJOIN(Tbl1,Tbl2)

 

Refer screen shot attached:

Capture.PNG

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard
amitchandak
Super User
Super User

@Juampi ,

crossjoin(Table1,Table2)

 

https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/

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
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.