The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Dear all,
I have a small set of records (total 530) representing a survey. Each record represents an answer, the rest of the columns represent the answers to specific question within the sequence of answer.
In order to visualize the results, I have unpivoted the "question answers", ending up with three columns (AnswerID, Question, Weight of Answer).
My issue is: I start with 530 AnswerIDs and after unpivoting I only have 512 (lost 18 on the way).
Do you have any idea on what I could be doing wrong?
Thanks,
LMA
Solved! Go to Solution.
@Anonymous , are there any null/blank values ?
Hi @Anonymous,
Can you provide the data?
Proud to be a Super User!
Hi @amitchandak - indeed, the blanks were being left out in the pivoting. I worked around it by entering a random value in the blanks, pivoting and then replacing the value again by "null". Thank you!