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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
IraWatt
Helper I
Helper I

Custom Visual fetchMoreData function not responding

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-1650726970877.png

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

1 ACCEPTED SOLUTION
IraWatt
Helper I
Helper I

I needed to initilize the host in the construtor

this.host = options.host;

View solution in original post

1 REPLY 1
IraWatt
Helper I
Helper I

I needed to initilize the host in the construtor

this.host = options.host;

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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