Forum Discussion

RicardoSousa198's avatar
RicardoSousa198
New Member
3 years ago
Solved

Connect two tables

Good morning,   I'm new to power bi. I've seen a series of videos on youtube and now I'm getting my hands dirty.   I'm trying to link two tables. A customer table, and a sales table. I have a p...
  • Greg_Deckler's avatar
    Greg_Deckler
    3 years ago

    RicardoSousa198 Well, the best practice is to use a unique key between the tables but it sounds like you don't have that. I don't know your data, but sometimes its possible to create a unique key column by appending columns together. Like Key Column = [Column1] & "|" & [Column2]. 

     

    But, I don't think that's going to help in your case. You need better data is what it sounds like.