liprec / vsts-release-aas

Repository for my Analysis Service Azure pipelines tasks related to Azure Analysis Service or Power BI Premium
Other
27 stars 28 forks source link

Error while deploying a tabular model with a Parameter field #128

Open rkoumans opened 10 months ago

rkoumans commented 10 months ago

We added a Field parameter to our tabular model to make it possible to slice on various columns, see sqlbi.com.

After this modification the deployment of the tabular model via the vsts-release-aas component fails with the following eror:

[error]Not a valid model file. (Exception calling "DeserializeDatabase" with "1" argument(s): "Unrecognized JSON property: relatedColumnDetails. Check path 'model.tables[44].columns[0].relatedColumnDetails', line 1, position 844811.")

Deployment via TabularEditor works fine.

It looks like the extension can't handle the 'relatedColumnDetails' property. Can you look into that?

stale[bot] commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.