Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi All,
I have done Power BI and jira integration usign Rest API's and the data in few columns in the queries store Record and List values. How can I retrieve data from List values?
Thanks
Just adding few screenshots for the explanation:
The Column name is "Components" which has List values and below is the record
How can I retreive the name from here and store it in a new column in the query?
Thanks
Hi @Derek-R,
I'd like to suggest you add a custom column with nested M query functions.
You can extract the current row as source of following operations to convert it to table. Then you can nest previous result with 'Table.Transpose' to convent the rows to columns and use the first row as table column names.
Transpose table - Power Query | Microsoft Learn
Promote or demote column headers - Power Query | Microsoft Learn
After these steps, you can do expand on this field to expand the transformed table contexts.
Optimize Power Query when expanding table columns - Power Query | Microsoft Learn
Reference documents:
Table.Transpose - PowerQuery M | Microsoft Learn
Table.PromoteHeaders - PowerQuery M | Microsoft Learn
Regards,
Xiaoxin Sheng
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.