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

New column with values from another table

Hello.

I have a table (Table A) with different columns which has a date column and I need another column (LT) with values from another table (Table B).

Table A:

DateWeek
06/02/2023202306
13/03/2023202311

Table B:

ADESC
001a
002b
003c

Final table A:

DateWeekLT
06/02/2023202306001
06/02/2023202306002
06/02/2023202306003
13/03/2023202311001
13/03/2023202311002
13/03/2023202311003

Thank you.

2 REPLIES 2
Syndicate_Admin
Administrator
Administrator

Thank you but I do not want another table. I want to add a new column to table A with values from column LT from table B. Is it possible?

amitchandak
Super User
Super User

@Syndicate_Admin , use generate or crossjoin

generate(Table1, Table2)

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.