Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
nedpbi
Helper I
Helper I

A problem occurred while validating the content for deployment

Dear Community,

 

I am gettting the following error when trying to deploy a composite model from test to production workspace. This is such a generic error message that I am unable to understand whats causing the issue.

 

The model uses live connections to other semantic models published in a different workspace. Those models are present in the corresponding prod workspace.

 

Any advanced ways to understand what the above request id is referring to ? or whats failing during the validation ? I have a ticket open with microsoft as well on this.

 

Appreciate any help or pointers on this.

 

nedpbi_0-1740074063130.png

 

1 ACCEPTED SOLUTION
nedpbi
Helper I
Helper I

Realized that this was being caused by a source query like the following that I had in my model, to get data in import mode into the model from another semantic model published on the power bi service. Looks like because of the "powerbi://api.powerbi.com/v1.0/myorg/<workspace>" url which was pointing to the test workspace url of the published source semantic model, it was not able to resolve this to the production url of the source semantic model during deployment resulting in the error. 

 

Let

Source = AnalysisServices.Database("powerbi://api.powerbi.com/v1.0/myorg/<workspace>", "<database>", [Query="
EVALUATE
<DAX Query>"])

....

 

I fixed this using a parameter instead of the hard coded url, but changing the parameter to the prod workspace url of the source semantic model when publishing to test workspace and then deploying from test to production.

 

Just in case someone else is facing the same issue.

 

Thanks,

 

View solution in original post

1 REPLY 1
nedpbi
Helper I
Helper I

Realized that this was being caused by a source query like the following that I had in my model, to get data in import mode into the model from another semantic model published on the power bi service. Looks like because of the "powerbi://api.powerbi.com/v1.0/myorg/<workspace>" url which was pointing to the test workspace url of the published source semantic model, it was not able to resolve this to the production url of the source semantic model during deployment resulting in the error. 

 

Let

Source = AnalysisServices.Database("powerbi://api.powerbi.com/v1.0/myorg/<workspace>", "<database>", [Query="
EVALUATE
<DAX Query>"])

....

 

I fixed this using a parameter instead of the hard coded url, but changing the parameter to the prod workspace url of the source semantic model when publishing to test workspace and then deploying from test to production.

 

Just in case someone else is facing the same issue.

 

Thanks,

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.