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.
Hi all,
I have a Power Query connected to an Oracle ERP system of many small companies.
In total there is around 100.000 - 600.000 transactions in the general ledger during a financial year.
When I roll over my model to fit a new financial year, by just changing a filter, then the amount of transactions natually goes from 100.000 - 600.000 down to 1/12 amount af lines.
When ever I do this, everything just freezes and no matter how long I wait, it will not complete the update.
Why is this and is there a workaround ?
Solved! Go to Solution.
Hi @KasperSommer ,
It may caused by the data size beacause in Power Query each step represents a single query from the data source so that when the data size is too large and you have many steps to query it, it would be freezed.
In this case, since you have connected to Oracle database, you can try that:
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @KasperSommer ,
It may caused by the data size beacause in Power Query each step represents a single query from the data source so that when the data size is too large and you have many steps to query it, it would be freezed.
In this case, since you have connected to Oracle database, you can try that:
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
A better approach would be apply the filter through the SQL statement when you fetch data from Oracle DB. SQL statement can be written under Advanced Options.
See whether this is feasible for you or not.