Extend fetching data API in Power BI custom visuals

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Power Platform product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Enabled for Public preview General availability
Users, automatically - Nov 30, 2020

Feature details

The fetchMoreData API enables custom visuals to bypass the hard limit of a 30,000-row data view. With the new 3.4 API release, we'll extend the fetchMoreData API's functionality to support a new approach of loading data chunks. In addition to the existing approach, which aggregates all the chunks requested, the API will support loading only the incremental data chunks. The new approach allows more flexibility in the way additional data chunks are loaded to the visual.

See also

Fetch more data from Power BI (docs)