The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I'm hoping someone can help. I have a table that contains survey results and I was wondering if there is some way I can format the data in the example below
tblSurveys
Customer Question Result
A 1 Yes
A 2
A 3 www.test.com
B 1 No
B 2 Not Graded
B 3 www.test2.com
C 1 No
C 2 Not Applicable
C 3 www.test3.com
Re Formatted table
Customer Q1 Q2 Q3
A Yes www.test.com
B No Not Graded www.test2.com
C No Not Applicable www.test3.com
Solved! Go to Solution.
Hi @Liaise
In The Query Editor>>> select the Question Column>>>Go to "Transform Tab">>Select "Pivot Table"
Select options as follows
Hi @Liaise
In The Query Editor>>> select the Question Column>>>Go to "Transform Tab">>Select "Pivot Table"
Select options as follows
Thanks, that works perfectly 🙂