Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Hugoberry/xmla-func-proxy

Azure Functions proxy for DAX queries that run against datasets in Power BI
https://github.com/Hugoberry/xmla-func-proxy

dax-languague powerbi serverless xmla

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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}"
```