Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 42 | |
| 35 | |
| 35 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 58 | |
| 28 | |
| 27 | |
| 25 |