The purpose of this connector is to access Pipedrive data from Power BI so you can create more advanced reports.
This connector can also be used to extract data from Pipedrive with any other purpose, i.e. you can extract data to load it into a database.
- Copy files to your server so you can access it via url like: https://yourdomain.com/Power-BI-Pipedrive-Connector/index.php
- Edit file auth.php to restrict access to this connector giving authorization only to valid tokens.
- Start your Power BI report using our template available at: https://github.com/audoxcl/Power-BI-Examples/blob/main/Pipedrive.pbix
In Power BI Desktop you should set all these parameters (in the Power Query Editor window):
- url: the url where the connector is installed.
- token: the token used to use the connector. See auth.php file to change the way this token is validated. The token 'FREETOKEN' will work until you edit auth.php file. Also, you can add multiple tokens in auth.php file.
- domain: the Pipedrive domain for your company. This domain is also used in Power BI report to create the url link to each record inside your Pipedrive account. The domain is located in your Pipedrive account in 'Company Settings' -> General -> 'Company domain'.
- pipedrive_token: the token to access Pipedrive data. This token is located in your Pipedrive account in 'Personal preferences' -> API.
https://www.audox.com/tools/power-bi-pipedrive-connector/
https://www.youtube.com/playlist?list=PLI3w6pdNV1sQfDFH3mKRbjYWH0zZjxEMX
This connector might be limited due to Pipedrive API rate limitations.