The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Dear Experts,
I have a created a dataset with odbc connectivity on IBM Db2 database. While running the report its throwing out of memory issue.
Any one could suggest me to overcome the issue.
Thanks in advance.
Regards,
Stanley R
That probably means you are trying to pull too much data into the report. Make sure you are not using the Filters collection on the dataset, but are pushing any filters as parameters into your query so that they get processed by DB2.