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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
gbottazzi
New Member

Fetch all data from dataset in Custom Visual

Hi,

I'm developing a custom visual and I need to load all records (rows and columns) that are in my dataSet.

My dataSet has 100.000 records and now the max numer of record in options.dataViews[0].table.rows is 30.000.

I would load the data with a sequence of requests with shifting start-point: i.e. from 0 to 500, 501 to 1000 and so on...

A similar behaviour is now present in Table Visual: when the user scroll down, next dataset is loaded.

Can someone help me?

 

Thanks

Giacomo

 

2 REPLIES 2
v-chuncz-msft
Community Support
Community Support

@gbottazzi,

As slicers can narrow the portion of the dataset shown in the other visualizations on the page, I wonder if it is possible to use a slicer to get around the limitation.
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi,

slicer.ts is a good example but there is a problem: some object used in that example (like IVisualHostServices) are not exposed in the module created by pbiviz ( powerbi.extensibility.visual).

If I define my custom visual in the same module of slicer.ts than it not compile (i.e. it doesn't know IVisual).

There is a way to use that object from my module?

 

Thanks

Giacomo

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.