https://github.com/jamf/powerbi
Jamf PowerBi Integration
https://github.com/jamf/powerbi
Last synced: about 1 year ago
JSON representation
Jamf PowerBi Integration
- Host: GitHub
- URL: https://github.com/jamf/powerbi
- Owner: jamf
- Created: 2019-09-06T15:06:22.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-13T22:07:53.000Z (over 1 year ago)
- Last Synced: 2025-03-26T05:44:37.379Z (over 1 year ago)
- Homepage:
- Size: 795 KB
- Stars: 33
- Watchers: 7
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# powerbi
Jamf Power BI Integration - Custom Connector
This custom connector workflow requires Jamf Pro 10.48 or higher.
Refer to the [install guide pdf](./Jamf%20PowerBI%20Basic%20Installation%20Instructions%20for%20PowerBI%20Desktop.pdf)
for installation and conenction settings.
### Developer set-up
VS Code on Windows is the recommended development environment. Note that the Power Query SDK
is required and is only available on Windows.
1. On Windows, launch Visual Studio Code.
2. Install the Power Query SDK extension from the extensions marketplace.
3. Open the folder `powerbi/JamfPro` in VS Code.
4. Select Setup workspace… from the Power Query SDK tools.
5. Go to Terminal → Run Build Task.
The [`.vscode`](JamfPro/.vscode) directory includes the Power Query project environment settings and a
default build task to assemble a `.mez` file and copy it to the repository's root directory. That resulting
file can be placed in your 'Custom Connector' folder for use in Power BI Desktop.
### Branching strategy and contributions
* `main` is protected and reflects the latest published version of the connector.
* `develop` is the default branch for development. Any pull requests should be made against this branch.
### CI
None yet, but a GitHub Action will be added to automate the build process. Until then, keep the `.mez`
file in the repository root directory up-to-date with any code changes.