Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Recently, I noticed a growing need to integrate data from PipelineCRM into Power BI for advanced analytics. Surprisingly, I couldn’t find any comprehensive guide that detailed the step-by-step process. That’s why I’ve decided to create this post to bridge the gap.
In this guide, I will show you how to use PipelineCRM’s API to seamlessly connect your data with Power BI.
Step 1: Access the API Integration Section
To begin, navigate to PipelineCRM’s API integration page by using the following link:
https://app.pipelinecrm.com/admin/modern/api
Step 2: Configure the Integration
When setting up the integration:
After completing the setup, ensure that the application is marked as active.
Step 3: Retrieve the API Key
Step 4: Connect to PipelineCRM API from Power BI
Now that you have your API Key and App Key, it’s time to connect to PipelineCRM from Power BI:
let
Source = Json.Document(Web.Contents("https://api.pipelinecrm.com/api/v3/deals.json?api_key=XXXX&app_key=XXXX")),
#"Converted to Table" = Table.FromRecords({Source}),
#"Expanded entries" = Table.ExpandListColumn(#"Converted to Table", "entries")
in
#"Expanded entries"
Step 5: Customize Your API URL
The example above retrieves deals data. You can modify the API URL to access other resources, such as contacts or companies. For details on all available endpoints, refer to the PipelineCRM API Documentation.
Step 6: Expand and Visualize Your Data
After successfully importing the data:
That’s it! By following these steps, you can efficiently integrate PipelineCRM data with Power BI and unlock powerful insights for your organization.
Thank you for sharing your approach with the community! Your insights and detailed explanation are incredibly valuable. We look forward to hearing more of your experiences and insights!
Best Regards,
Jing
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
72 | |
56 | |
38 | |
35 |
User | Count |
---|---|
83 | |
68 | |
59 | |
46 | |
45 |