https://github.com/eccenca/power-bi-connector
This component enables Microsoft PowerBI users to easily connect to Corporate Memory reports (from the query catalog).
https://github.com/eccenca/power-bi-connector
Last synced: 5 months ago
JSON representation
This component enables Microsoft PowerBI users to easily connect to Corporate Memory reports (from the query catalog).
- Host: GitHub
- URL: https://github.com/eccenca/power-bi-connector
- Owner: eccenca
- License: apache-2.0
- Created: 2020-05-15T10:07:45.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-11-05T20:37:41.000Z (over 5 years ago)
- Last Synced: 2025-01-22T07:20:18.439Z (over 1 year ago)
- Language: Batchfile
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# eccenca Corporate Memory PowerBI Connector
This component enables Microsoft PowerBI users to easily connect to Corporate Memory reports.
## Building
The build process simply zips some files and puts an `.mez` extension on the resulting archive. Thus, no special prerequisites are required.
### Windows
Run the `build.bat` like:
```shell
build
```
This will create the `target`folder and will zip the sources to a the file `CMEMPowerBIConnector-.mez`.
`build.bat` can take three positional arguments:
```shell
build
## the defaults are, if no arguments are provided:
# build CMEMPowerBIConnector target CMEMPowerBIConnector
```
### Linux
Run the `build.sh` like:
```shell
./build.sh
```
This will create the `target`folder and will zip the sources to a the file `CMEMPowerBIConnector-.mez`.
`build.sh` can take three positional arguments:
```shell
./build.sh
## the defaults are, if no arguments are provided:
# ./build CMEMPowerBIConnector target CMEMPowerBIConnector
```
## Installing with PowerBI Desktop
In order to install and use the Connector copy the `CMEMPowerBIConnector.mez` file into `\Power BI Desktop\Custom Connectors`, you might need to create the folders if they are not existing.