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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
kyrpav
Helper V
Helper V

Multiple times request of same data for referenced tables

I am trying to get data from a rest endpoint.

 

The main object that comes is a classic Response Entity with http status request etc and the data in one column.

 

I am filtering rows and columns to get only data portion of the respons in the main query and at the end i have 2 objects in each own columns in the query one with raw data and one with generic info, which i want to split into two different tables in powerbi.

 

For this reason i used reference tables (two of them) where i kept only the column with the one object at a time. From that point it is straight forward to expand columns ,change types....

 

When i load refresh the data i see that the rest endpoint runs 3 times. Once for each query.

I tried to play with enable query and use in refresh of data by selecting 

Main Query (not to load but enable on data refresh) and the rest to load but not to enable to data refresh. The result was that in close and load the the endpoint is called 2 times each time for each table that at the end is loaded in the report and after this on refresh no update happens at all.

Goal is to get data once in every refresh and then split the data on refresh in sub tables

2 REPLIES 2
Anonymous
Not applicable

if i understood the link

1) This is how to refresh the referenced tables, but i need to refresh the main calling the api and the rest to update cause they are referenced not by calling again the rest api by them selves

2) This is splitting by dublicate , i did it with reference.

3) this is reccomendation for reference

4) is incremental and 5) ordered refresh

 

My issue is that i want the first query to update getting data from rest and the references to start by using the data came to the first query not to restart the connection to the rest api

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

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