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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
kgshooter
Regular Visitor

Joining/Merging Tables Based on Column Value

I'm trying to merge data from two tables either into the one of the tables or create a new merged table if I need to.  I've looked and looked and don't know how to make this happen.  It seems like a relatively easy concept but I'm very new to Power BI.  Thanks for any help anyone can provide.

 

Table:  Data
LanePeriod
AP01
AP01
AP02
BP01
BP02
CP01

 

Table: Baseline 
LaneP01P02
A57
B32
C14

 

Desired outcome 
LanePeriodBaseline
AP015
AP015
AP027
BP013
BP022
CP011
1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

@kgshooter See the attached PBIX file. You unpivot your Baseline P01, P02 columns, rename Attribute column to Period and then you can merge that table into Data using both Lane and Period columns.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

1 REPLY 1
Greg_Deckler
Community Champion
Community Champion

@kgshooter See the attached PBIX file. You unpivot your Baseline P01, P02 columns, rename Attribute column to Period and then you can merge that table into Data using both Lane and Period columns.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

Top Kudoed Authors