Skip to content

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

License

Notifications You must be signed in to change notification settings

derpenstiltskin/connectwise-powerbi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Power BI Queries for the ConnectWise Ecosystem

GitHub version License GitHub Last Commit

Table of Contents


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.