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 all,
I have a requirement where we are importing list data from Sharepoint that has employee names as columns and this needs to be transformed to row values in our Power BI model to enable filtering and display.
Is it possible to process this with power query to achieve the following
Source table
Transform name columns to rows, retaining Category and Skill, repeated on additional rows created for each name
Transformed table
This is different to a straight table pivot in that some columns are pivoted, and some are kept as columns, with new rows created
This appears similar to the question and solution discussed here and response provided by @Greg_Deckler
https://community.powerbi.com/t5/Desktop/Transpose-table-column-values/m-p/184083
however this doesn't appear to work with creating the additional rows required and retaining the Category and Skills values in the transformation above.
Many thanks for anyone who can assist!
Thanks,
Michael
Solved! Go to Solution.
Just select your Category and Skill columns, right click and choose "Unpivot Other Columns" to get your result.
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Just select your Category and Skill columns, right click and choose "Unpivot Other Columns" to get your result.
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Thanks so much Pat, basic functionality that I've missed! Works as expected, cheers.