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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I am receiving the following error while trying to connect to invoice_sales_item_line table and deposit_line tables in Quickbooks through PowerBI desktop. The error pops up in powerquery while trying to preview the data.
DataSource.Error: ODBC: ERROR [HY000] [Microsoft][DSI] (20030)
Memory management error.
Details:
DataSourceKind=QuickBooksOnline
DataSourcePath=QuickBooksOnline
OdbcErrors=[Table]
I realize this is an old topic but I ran into something similar and managed to find a solution that actually worked. Another post (here) is what gave me the clue I needed. The poster observed "when the text field is longer than x number of characters, I get the following error message" and it made me realize that was likely the cause.
I found the error was showing up in Power Query Editor but the table data actually loaded and I could create reports against it. My table was actually SalesReceipt_Sales_Item_Line so I needed to find where the lengthy text was coming from. There are several ways to do this but here is the quick and dirty method I used that finally got rid of the error.
I started with the Line_Description field and created a calculated column in the target table with DAX to find the length:
Line_Description_Lenth = LEN([Line_Description])
Link_to_Sales_Receipt = CONCATENATE("https://app.qbo.intuit.com/app/salesreceipt?txnId=", [Id])
This worked for me. One record over 1200 characters long. Broke up and it started loading again.
Hi Jay,
Thanks for your response. I have a 365 license which I use for PowerBI Desktop. It doesn't appear to let me submit a ticket?
Thanks,
Conor
Hi @conorodocr ,
Please try CREATE SUPPORT TICKET -> Describe your issue -> CONTINUE TO SUPPORT TICKET -> fill out the ticket and click SUBMIT TICKET.
Pro users get free support, for more information about Power BI license, please check below document:
https://docs.microsoft.com/en-us/power-bi/service-admin-licensing-organization.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 57 | |
| 44 | |
| 40 | |
| 21 | |
| 18 |