Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?