This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
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:
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 32 | |
| 31 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 57 | |
| 31 | |
| 29 | |
| 22 |