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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Custom Visual fetchMoreData function not doing anything

I have a custom visual with 80,000 rows of data i want to input into it. I call fetchMoreData in the update function and nothing happens, the update function is never called and i dont see any new data in the logs.

 

 this.host.fetchMoreData(true)

 

Interestingly initaly my data has no segments in the metadata, I would have thought there would be as there is more then 30,000 rows in the data set.

 

IraWatt_0-1650726602236.png

Any thoughtsn on why the function isnt updating anything is greatly apprecated.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I needed to initilise the host in the constructor 

this.host = options.host;

View solution in original post

1 REPLY 1
Anonymous
Not applicable

I needed to initilise the host in the constructor 

this.host = options.host;

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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