Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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
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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |