Forum Discussion
gbottazzi
9 years agoNew 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].t...
v-chuncz-msft
9 years agoCommunity 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.
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.
gbottazzi
9 years agoNew Member
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