Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I would like to create a table that has tasks - assignee ID from using the graph API in power query. The current layout does not allow me to do this. The assignments column is a record with sub records.
Thanks
Solved! Go to Solution.
Hi @testcoder ,
For records in Power Query, you can expand them.
You can use the Table.ExpandRecordColumn function in Power Query to expand the assignments column into separate columns for each sub-record. Then, you can select the tasks and assignee ID columns to create a new table with the desired layout.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @testcoder ,
For records in Power Query, you can expand them.
You can use the Table.ExpandRecordColumn function in Power Query to expand the assignments column into separate columns for each sub-record. Then, you can select the tasks and assignee ID columns to create a new table with the desired layout.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the July 2025 Power BI update to learn about new features.