I'm experiencing a problem with deploying my dataflow using one of my deployment pipelines.
The pipeline has three workspaces connected (all premium and I have pro licence). When I try to deploy one of the dataflows from dev to test, I get error
:
I had this error already recently and I couldn't find solution so I exported the dev dataflow to .json, delete it on dev, test and prod, imported it again to dev and pulled thru pipeline. I worked once, now I try to make another change and the problem repeats.
I tried to submit a support ticket, but the support page seems to be broken as well - the form is not displaying and there is an error in the browser console (Uncaught (in promise) No response received for 'loadNewTicket' message in 5000 ms)
To be clear - all workspaces are premium, I have a pro licence, I operate in my company MS environment, I have been using this pipeline for many months now, with multiple dataflows, dataset and reports objects and everything else works fine, it's just this one dataflow.
I has credentials entered, when I edit it, it validetes with no error and refresh on dev with no errors.
Any idea what may cause this error ?
Hi , @sartys
Thanks for your provided the error code , and i search this code in the Microsoft backend database.
I find this detailed errror:
Exception object created: Microsoft.PowerBI.WorkerService.ContentProvider.CopyOverwriteUsageException: All entities and corresponding polling queries should have entries in the query metadata
For this , you can first check if you meet the limitation for the dataflow, you can refer to :
The Power BI deployment pipelines process - Power BI | Microsoft Learn
Create deployment rules Power BI Application lifecycle management (ALM) - Power BI | Microsoft Learn
And for this error code ,the error message suggests that there is an issue with the query metadata of your dataflow.
You can check the query metadata of your dataflow. Ensure that all entities and corresponding polling queries have entries in the query metadata.If any entities or queries are missing, you need to check and refresh them.
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @v-yueyunzh-msft , thank you for your anwser. Could you please explain me in more details how to "check the query metadata of your dataflow" and what should I look for ?
Hi , @sartys
As I understand it, you can try to go into your dataflow first and check whether each table can return data correctly and whether there is an error.
If no error is reported, you can try refreshing the dataflow to rule out whether there is a problem with the dataflow or the pipeline.
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly