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

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).

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.