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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
shrutivyas06
Frequent Visitor

Dynamic data from API while scrolling the table

Hello All,

 

We have a custom on-premise REST api which is providing data in chuncks. Now we want below features to be added on the report-

1. To call the API while scrolling the data. In such when the user scolls the page the report will automatically call the API and refersh the visuals accordingly.

2. Filtering- For filtering it is required that the user selects all the filters on the report and when he clicks on a button it will make an API call and API will do the filtering and provide the result to report. With the data returned by API will reflect on the visual.

 

Is it possible in Power BI?

 

Thanks in advance.

2 REPLIES 2
shrutivyas06
Frequent Visitor

Thanks for your reply.

 

But Direct Query doesn't supproted with Custom API.

 

Is there any other way for this?

lbendlin
Super User
Super User

You are describing Direct Query mode.  Also, if you look at the queries that are generated to render the visuals you will notice  TOPN(501) a lot - Power BI is already doing that paging against the data source.  In your case you may have to add a middleware broker like a SQL Server stored procedure that hides the fact from Power BI that your API data source is not a Direct Query data source.

 

For the filters there is an option in the Power BI settings to defer filter application for Direct Query data sources. 

Under Options > Current File > Query Reduction, you can find an option to defer slicer and filter selections until you click "apply."

 

Lastly it is worth mentioning Paginated Reports - but I'm not sure to what extent these support API data sources.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.