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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
jprdynamicapps
Helper IV
Helper IV

scrolling a custom visual to get more data

I need to add scrolling to get more data as is done in the stock matrix control.

Can this be done using fetchmoredata?  Anyone know of a good example to follow?

TIA

John

2 REPLIES 2
jppp
Continued Contributor
Continued Contributor

HI @jprdynamicapps ,

 

Yes, you are in control when to call the fetchmoredata logic, so you first identify if there are multiple data pages and if needed load the extra data.

But the problem is that Power BI returns new rows via the the fetchmoredata method and now first all the first column values and then the second column etc. So theoretically there are cases that the last row of the dataset contains the last value of the first column.

 

So your you can determine yourself when to call the fetchmoredata, like after scrolling to the latest version, but no you cannot get it per column like the core visuals can do.

 

-JP

OK, thanks for the heads up.

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors