Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

Unpack nested API response to separate tables, in Pro workspace, without replicating API call

I have a query to an API that includes a nested column that contains multiple records for each record in my response. 

I'd like to break these out into separate tables, given the different granularity, but I am also working with a Pro license and therefore cannot use computed entities. 

I've also noticed that dataflows do not preserve the contents of record or list columns for unpacking within a dataset pulling from that Dataflow (this would also solve my problem). 

Is there any way to either: a) have a staging query that pulls in the API content or b) retain the Record or List column content from the Dataflow?

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

You can Duplicate or Reference the API response query to create multiple queries in PQ in Power BI Desktop, and expand it to different granularity. Then publish this dataset to a workspace. If you want to use separate tables from this dataset in other reports, connect this dataset with DirectQuery mode. This is the only workaround I can think of. 

 

Best Regards,
Community Support Team _ Jing

Anonymous
Not applicable

Thank you! As I understand it, each query that references the API response query will run that full script each time. So, if I had three references, it would run through the API request three times, correct? 

I'd like to just hit the API once, have it stored in local memory and then work to unpack that local copy in subsequent steps, if that's possible without computed entities. 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors