Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Having an issue creating a reference table. I have Ids in column A where I would like to return duplicate values for column A, while refencing column B and column C separately. Here's the working situation:
I'd like my reference table to return (in seperate rows) each Away and Home value per GameId. So the finish product would look something like this:
| GameId | Team |
| 68831 | MIN |
| 68831 | BOS |
| 68828 | NYY |
| 68828 | BAL |
| 68840 | OAK |
| 68840 | TOR |
Here's a snapshot of my table. Also, I'm sure this process is called something specific. If someone knows, could you please let me know??
Solved! Go to Solution.
@dflock27 Here you can unpivot two column in power query as per below snap:
then remove 3rd column as its not required
finaly close and apply:
@dflock27 Here you can unpivot two column in power query as per below snap:
then remove 3rd column as its not required
finaly close and apply:
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 25 | |
| 24 | |
| 16 |
| User | Count |
|---|---|
| 48 | |
| 32 | |
| 17 | |
| 16 | |
| 16 |