connectwise-powerbi icon indicating copy to clipboard operation
connectwise-powerbi copied to clipboard

Power BI queries for performing requests against ConnectWise ecosystem REST APIs.

Power BI Queries for the ConnectWise Ecosystem

GitHub version License GitHub Last Commit

Table of Contents

  • Overview
  • Features
  • Download
  • Usage
  • Licensing
  • ConnectWise REST API Documentation
  • Special Thanks

Overview

These Power Queries will perform requests against the ConnectWise ecosystem REST APIs.

Features

  • Handles authentication to the ConnectWise Manage, Automate, RMM REST APIs
  • Handles retrieving access token from ConnectWise Automate
  • Automatically manages API request paging on applicable APIs, no action needed to retrieve over 1000 records
  • Option to automatically expand all return columns that contain records from applicable APIs
  • Support for any condition, filtering, sorting that is applicable to the API
  • Handles query responses with null value fields
  • Able to be pushed to Power BI online and have the dataset automatically refresh

Download

Project Releases

Usage

Please refer to USAGE.md.

Licensing

ConnectWise-PowerBI is licensed under the MIT license.

ConnectWise REST API Documentation

ConnectWise Developer

Special Thanks

The basis of this function is based on the work that Quinntin Comer did for this article.