Forum Discussion
Regularily updating fact data refresh time
- 3 months ago
What you are seeing is expected behaviour in fabric/pbi and it is not just “data copy complete- ready to query”.
After your pipeline finishes, several backend operations still run before the semantic model becomes queryable: data commit to OneLake, delta/columnstore optimization, metadata synchronization, and most importantly semantic model refresh processing (including partition processing and index encoding). During this window, the model can temporarily reject connections, which is why users see “cannot connect”.
There is no single flag in the pipeline that guarantees “PBI ready”. Instead, you need to track semantic model refresh completion, not pipeline completion.
What to use:
-
Monitor semantic model refresh status in Fabric (or Power BI service) this is the source of truth
-
Use refresh history/REST API (Get Refresh Execution Details) to confirm status = Completed
-
If using pipelines, trigger and wait on a dataset refresh activity, not just data load
-
For large overwrite loads, consider incremental refresh/partitioning to avoid full reprocessing delays
Your delay is coming from semantic model processing, not data movement. Treat dataset refresh completion as the real “done” signal, otherwise you will always see this lag.
-
Hi alloowishus,
Thank you for reaching out to the Microsoft Fabric Community Forum. Also, thanks to svenchio, Vinodh247, for those inputs on this thread.
Has your issue been resolved? If the response provided by the community member svenchio, Vinodh247, addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.
Hope this helps clarify things and let me know what you find after giving these steps a try happy to help you investigate this further.
Thank you for using the Microsoft Community Forum.
Hi alloowishus,
Just wanted to follow up. If the shared guidance worked for you, that’s wonderful hopefully it also helps others looking for similar answers. If there’s anything else you'd like to explore or clarify, don’t hesitate to reach out.
Thank you.