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

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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