Forum Discussion
BigQuery Issue - not importing all rows
Hello, I ran in a similar issue and problem comes from the fact that Power BI does not support long strings. When creating a view truncating long fields, all the rows are ingested.
This has nothing to do with Google Big Query limitations, it's a Power BI limitation
I think it's perfectly legitimate to point finger to PBI because even if data is in an unsupported format, or in my case, length , having silent errors is not acceptable.
Thank you
- aj19735 years agoCommunity Champion
Hi Anonymous
Can you please share the doc where you get the info?
- Anonymous5 years agoNot applicable
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-data-types#text-type
But looking twice that was not my exact issue, text type in PBI is ~500MB and my biggest string was 1.3MB so this is more likely a memory overflow issue. Anyway real issue is that if user does not pay enough attention they'll end up working with incomplete data without any notification
Cheers