Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days ago
JSON representation
Azure Functions proxy for DAX queries that run against datasets in Power BI
- Host: GitHub
- URL: https://github.com/Hugoberry/xmla-func-proxy
- Owner: Hugoberry
- Created: 2021-02-05T19:17:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T21:45:36.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T22:16:57.964Z (4 months ago)
- Topics: dax-languague, powerbi, serverless, xmla
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- jimsghstars - Hugoberry/xmla-func-proxy - Azure Functions proxy for DAX queries that run against datasets in Power BI (C# #)
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}"
```