Skip to content

Azure Functions proxy for DAX queries that run against datasets in Power BI

Notifications You must be signed in to change notification settings

Hugoberry/xmla-func-proxy

Repository files navigation

Azure functions proxy to XMLA

Adaptation of https://github.com/microsoft/azure-analysis-services-http-sample to Azure Functions world.

Define data connection string in the environment variable DatasetConnectionString

Data Source=powerbi://api.powerbi.com/v1.0/myorg/{Workspace};
initial catalog={DataSetName};
User Id={UserName}@{Tenant}.onmicrosoft.com;
Password={Password}"

About

Azure Functions proxy for DAX queries that run against datasets in Power BI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages