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 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss 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.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 27 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 54 | |
| 44 | |
| 42 | |
| 39 | |
| 36 |