I'm using Tabular Editor to deploy Power BI datsets to Power BI via Azure DevOps Pipelines. During the deployment process i'm succesfully updating the dataset parameters via an UpdateParameters.csx script.
Right now I have the requirement to update dataset parameters without actually deploying a dataset. So imo I need a script to just update a particular Shared Expression. Withtin Tabular Editor updating a Shared Expression is "Model.Expressions["ExpressionName"].Expression = "text here";".
Can anyone help me with how I can update just a Shared Expression from within a DevOps Pipeline using Tabular Editor scripts?
Thanks!
I tried finding any sripts or hints to tell me how to connect to Azure Analysis Serices Database and update any properties on it. But it seems that all I can find actually perform a deployment of a model.bim.