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.
I have a dataset that contains the below. I would like to create new rows for each record that are based on values in existing columns. Is this possible?
Example:
Before:
After:
Solved! Go to Solution.
That looks like : select userid column and 'Unpivot other columns' in Power Query
That looks like : select userid column and 'Unpivot other columns' in Power Query
That looks to have done it. I was trying to unpivot without remembering the dropdown to change the way it does it. Thanks!