Forum Discussion
Pipedrive Integration
- 10 years ago
To import data into a publish report, you can follow this toturial, Push data into a Power BI dashboard. Power BI Services provides the APIs that are also JSON based. Just call the Pipedrive API, reform and send the returned JSON to Power BI services, say in C#, and schedule a windows task to import in a certain interval automatically.
- 10 years ago
Thank you both for the suggestiosn - I've now experience in either of these methods but will try them out when we get to that point. Either way it's reassuring that accessing the data should be possible.
Much appreciated.
Hi
Please try this to get a Pipedrive API Entity:
https://github.com/davser/PipedriveTOPowerBI
Thank you
- Anonymous5 years agoNot applicable
Hi davser , did You try this method?
Can You please advice where should I put my credentials or API token to enable this code?