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.
Hi,
I have a kinda big power bi desktop model (880mb).
When i schedule a refresh on the service sometimes it work and sometimes it fails on timeout.
My question is how can i tell what table takes the longest to refresh? and are there any any "first aid" solutions so my refresh will not fail?
Solved! Go to Solution.
Hi @Anonymous ,
You can try the Performance Analyzer or DAX Studio to see the execution time of queries and find the queries that take the longest time to optimize.
Analyzing a slow report query in DAX Studio
In addition, you can try this way to calculate the refresh time for each table.
How to track refresh time in Power BI Desktop
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks, i will look it up and hope it works.
But i would still like to know if there is a way to know what takes longer to refresh? so i wil know where to focus first.
Hi @Anonymous ,
You can try the Performance Analyzer or DAX Studio to see the execution time of queries and find the queries that take the longest time to optimize.
Analyzing a slow report query in DAX Studio
In addition, you can try this way to calculate the refresh time for each table.
How to track refresh time in Power BI Desktop
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
You can use implement incremental refresh with the dataset.
https://docs.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview
Incremental refresh extends scheduled refresh operations by providing automated partition creation and management for dataset tables that frequently load new and updated data. For most datasets, this is one or more tables that contain transaction data that changes often and can grow exponentially, like a fact table in a relational or star database schema. An incremental refresh policy to partition the table, refreshing only the most recent import partition(s), and optionally leveraging an additional DirectQuery partition for real-time data can significantly reduce the amount of data that has to be refreshed while at the same time ensuring that even the latest changes at the data source are included in the query results.
With incremental refresh and real-time data:
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
User | Count |
---|---|
36 | |
15 | |
12 | |
11 | |
9 |
User | Count |
---|---|
45 | |
44 | |
19 | |
18 | |
18 |