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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I'm using powerbi fetchMoreData api to read data from my dataset, the dataset currently has around 600K+ rows and is around 55MB in size, but in my visual I'm only able to access a maximum of 269992 rows
This has become a blocker for us to keep going with powerbi, please advice
Hello,
Power BI aggreagates data. For example, if you use only two fields in a visual but a table contains more fields the data will be grouped by this two fields and there will be shown only unique for these fields data rows. So, the same probably happened with your data.
Could you please check this moment?
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com
Hi, im having exactly that issue which you just described. I'm having multiple columns with data, but in the visual there are only shown those values, who have unique data rows. How can i solve that?