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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
danieleperilli
Kudo Commander
Kudo 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://microsoft.github.io/PowerBI-visuals/api/references/fetchmoredata/).

 

Has anyone managed to make it work? In my project I never receive the VisualDataChangeOperationKind.Append also if I set a very small number in the dataReductionAlgorithm config. I only receive the first VisualDataChangeOperationKind.Create.
 
Thanks
 
1 ACCEPTED SOLUTION

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

pbicvsupport@microsoft.com

View solution in original post

11 REPLIES 11
danieleperilli
Kudo Commander
Kudo Commander

@v-viiganother question on this topic (sorry Smiley Happy):  the Segment property inside metadata is an empty object, but it would be useful if it contained the number of remaining segments, or just their total number. This way, any custom visual could calculate the progress and the total number of rows. Is it possible?

Thanks for a great suggestion. We'll consider it.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

 

 

v-viig
Community Champion
Community Champion

Does your data set contain more items than specified in dataReductionAlgorithm?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Yes, I also tried to set the dataReductionAlgorithm count to just 10.

What data view mapping do you use? Categorical? Table?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

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?

Not sure. I'll check it today and get back.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Thanks!

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

pbicvsupport@microsoft.com

v-viig
Community Champion
Community Champion

Meantime, we reported this issue to PBI CV API team to fix it.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

By compiling the package I can receive the data updates. Thanks!

I wait for the issue fix in the debug environment, but in the meantime I can go ahead.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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