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
Anonymous
Not applicable

Summarized ColumnTable adding a Column to this table from another Summarised Table.

Good Afternoon,

 

I Have Table 1 which is a summarised version of a larger fact table..  Has Year, Fin Month, Various Columns and a Value.

 

I Have a 2nd Table, which too is a summarised table of a larger fact table.  Also Has Year, Fin Month and 1 Value.

 

I would like to Add Table2's Value Column, to Table 1.

 

First Table
Fin YearFin MonthColumn 1Value
20221Uk200
20221Us300
20221Eur100
20222UK400
20223UK250
Second Table
Fin YearFin MonthValue
2022130000
2022240000
2022350000

 

 

End result required

New Table
Fin YearFin MonthColumn 1Value2nd table Value
20221Uk20030000
20221Us30030000
20221Eur10030000
20222UK40040000
20223UK25050000

 

 

I will be Combining Year and Fin Month to get a singular ID Field  to get a relationship... Just Cannot seem to get the required Output...

 

Any help will be most appreciated.

 

Regards Mike.

 

 

 

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , You can create a new in a column in power query or dax

 

[Year]*100 +[Month]

 

In both table.

 

Post that you can merge in power query

https://radacad.com/append-vs-merge-in-power-bi-and-power-query

 

InDAX, you can use innerjoin , Crossjoin/filter to create a new table

 

Or simply join the table and use addcolumns to create a new table

 

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

 

Or copy column

 

refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8

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

@Anonymous , You can create a new in a column in power query or dax

 

[Year]*100 +[Month]

 

In both table.

 

Post that you can merge in power query

https://radacad.com/append-vs-merge-in-power-bi-and-power-query

 

InDAX, you can use innerjoin , Crossjoin/filter to create a new table

 

Or simply join the table and use addcolumns to create a new table

 

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

 

Or copy column

 

refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.