Forum Discussion
Queries Won't Refresh
- Anonymous2 years ago
Hi @all
The issue has been sloved in Version 2.130.930.0.
Download Microsoft Power BI Desktop from Official Microsoft Download Center
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi NCPowerBI
Here are some aspects that you can check:
-
Check for Query Dependencies: Ensure that none of your queries are set to disable load. Queries set as such won't refresh as they are not loaded into Power BI Desktop. You can check this by going to the Power Query Editor, right-clicking on your query, and ensuring that "Enable load" is checked. For more details, please refer to the documentation on Managing query refresh - Power BI | Microsoft Learn
-
Query Folding: If your data source supports query folding, ensure that your transformations in Power Query are not breaking this capability. Breaking query folding can significantly slow down or prevent refreshes. For more information on query folding and how to ensure it's not being broken, please see Query folding guidance in Power BI Desktop - Power BI | Microsoft Learn
-
Data Type Mismatch: A common issue that prevents queries from refreshing is a mismatch in data types, especially when using incremental refresh policies. Ensure that the data types for your RangeStart and RangeEnd parameters match the data types in your data source. For more on troubleshooting incremental refresh, visit Troubleshoot incremental refresh and real-time data - Power BI | Microsoft Learn
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.