Forum Discussion
danieleperilli
8 years agoKudo Commander
Fetch more data
In the latest API (1.12.0) is finally possible to bypass the 30K rows limit by setting the dataReductionAlgorithm to window and by checking the options.operationKind during the update (https://micros...
- 8 years ago
It seems fetchMoreData does not work in Debug Visual.
As a workaround please build a package by using pbiviz package.
Please let us know if that works.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
danieleperilli
8 years agoKudo Commander
Yes, I also tried to set the dataReductionAlgorithm count to just 10.
v-viig
8 years agoCommunity Champion
What data view mapping do you use? Categorical? Table?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- danieleperilli8 years agoKudo Commander
I'm using categorical data, but I tried also Table (because you used it in the documentation). Same results for me.
My dataset doesn't contain measures (only columns), it could be the issue?
- v-viig8 years agoCommunity Champion
Not sure. I'll check it today and get back.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- danieleperilli8 years agoKudo Commander
Thanks!