Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Version: 2.108.997.0 64-bit (August 2022)
I have a table of time series data with only 1.2m rows that hangs on the loading modal after getting all the rows from the database whenever I add a step to sort by the timestamp column. I have let it run several hours with no change. Without the sort step, the data is loaded normally. I have reproduced this issue on the following variations:
- Different machine
- Different Postgres database (same data set)
- Importing data from csv instead of Postgres
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When connecting to a database, each time you add a step in Power Query editor, the query will be sent to the data source, if the data size is large, consider using Direct Query mode that PostgreSQL supports in Power BI Desktop, see:
Using DirectQuery in Power BI - Power BI | Microsoft Docs
Best Regards,
Community Support Team _ Yingjie Li