Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Let's suppose that I have three spreadsheet. The first one (QUESTIONS.XLSX) is a list of questions. Each question has a unique identifier. For example:
QCode | QText |
Q1 | Do you like potatos? |
Q2 | Do you like tomatos? |
Q3 | Do you like bananas? |
The second one (ANSWERS.XLSX) is a list of answers that are good for each question. For example:
ACode | AText | AValue |
A1; | Not at all | 0 |
A2 | Not much | 1 |
A3 | Quite a lot | 2 |
A4 | A lot | 3 |
The third (SURVEY.XLSX) is the result of an anonymous survey using those questions and answers:
PCode | Q1 | Q2 | Q3 |
P1 | A3 | A2 | A1 |
P2 | A1 | A3 | A3 |
P3 | A3 | A1 | A1 |
… | |||
P100 | A1 | A2 | A2 |
How can I connect them in PowerBI considering that the LABELs of each column in SURVEY but the first one — representing anonymously the people who participated to the survey — are the values of column QCode in QUESTIONS; and that the VALUES of each column in SURVEY but the first one, are the values of column ACode in ANSWERS?
Solved! Go to Solution.
@dejudicibus , Unpivot the third table
https://radacad.com/pivot-and-unpivot-with-power-bi
if need merge all three tables. https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Hi @dejudicibus ,
Just like what @amitchandak mentioned, it is suggested to use "UnPivot" and "Merge" to transform your data. For detailed stpes, please check:
Or, just unpivot the Survey table and don't merge them. Then use relationships to connect three tables.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dejudicibus ,
Just like what @amitchandak mentioned, it is suggested to use "UnPivot" and "Merge" to transform your data. For detailed stpes, please check:
Or, just unpivot the Survey table and don't merge them. Then use relationships to connect three tables.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Think of all, thank you for advice. I do not know Unpivot feature, so it looks like I have to study. I will work on that and let you know if works. I appreciate your help.
@dejudicibus , Unpivot the third table
https://radacad.com/pivot-and-unpivot-with-power-bi
if need merge all three tables. https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Unpivot is really a powerful feature. Thank you very much, to you and to @Icey for tutorial. Thank you.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
104 | |
69 | |
48 | |
41 | |
34 |
User | Count |
---|---|
164 | |
112 | |
62 | |
54 | |
38 |