Forum Discussion

kgshooter's avatar
kgshooter
Regular Visitor
3 years ago
Solved

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 Reply

  • Greg_Deckler's avatar
    Greg_Deckler
    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.