Are you struggling to connect HubSpot to Power BI? If yes, then you have landed in the right place. HubSpot is a completely managed cloud-based customer relationship management software (CRM). HubSpot provides three modules – a marketing hub, a sales hub, and a service hub. The three hubs allow companies to manage all activities related to their leads and customers. Solutions like HubSpot makes business easier by relieving companies from making huge investments in custom software development. HubSpot offers subscription-based pricing for each module.
A drawback of using cloud-based solutions for managing your business process is that you lack complete control over your raw customer data and are limited to analyzing data through the reporting dashboards provided by the software. It is a typical requirement in organizations to extract customer data into an on-premise server and then run ad hoc analysis on the data using enterprise-level business intelligence tools. This post is about the steps involved in getting data from HubSpot and using that as a source for analysis using Power BI, a popular business intelligence tool from Microsoft.
Table of Contents
Prerequisites
- HubSpot admin account.
- Create a Power BI account.
- Basic knowledge of databases and business intelligence tools.
What is Hubspot?
Image Source
Hubspot is a Marketing, Sales, and Service platform that allows you to store and analyze all of your company development data in the cloud, including Leads, Contacts, Deals, Activities, and so on.
HubSpot is a one-stop shop for Content Creation, Lead Generation, Social Media Sharing, CRM, Workflow Automation, Sales Funnel Mapping, and Performance Tracking. Thousands of businesses rely on HubSpot products for their business needs due to its user-friendly interface and affordable pricing options.
What is PowerBI?
Image Source
Microsoft’s Power BI is a popular Business Analytics service. It allows users to generate Reports, Visualizations, and Dashboards using data from a variety of sources. Power BI is available as a desktop program or as a fully managed Cloud Service. For users that want to deploy a web version on-premise, Microsoft also offers a stripped-down version of Power BI Cloud called a Power BI Report Server.
With more firms opting for Cloud-based solutions over on-premise solutions, Power BI Cloud has become a popular choice among business analysts. Its ability to seamlessly connect with Active Directory authentication and Azure services makes it a strong fit for businesses that already use Microsoft’s stack.
Why connect Hubspot and PowerBI?
The HubSpot + Power BI Integration aid data analysis for business analysts and decision-makers. The HubSpot to Power BI connector is easy to set up with just a few clicks, and it comes with the necessary cloud-based server and data warehouse.
Data may be queried and updated in Power BI without compromising the HubSpot database or SQL server’s integrity. This enables you to reconcile sales and accounting data within Power BI without incurring the costs of directly linking the two systems.
With capabilities like quick measurements, grouping, forecasting, and clustering, Power BI allows business users to delve deeper into data and discover trends they might have missed otherwise. You’ll feel right at home in Power BI if you’re familiar with Excel.
Power BI does not support the HubSpot connector natively but allows importing data in various formats. You will use a CSV file import for this attempt. HubSpot supports exporting various data elements through its user interface. It also provides a rich set of APIs to extract data. Summarizing the above facts, you can connect HubSpot to Power BI using the following methods:
Method 1: Importing CSV Generated via HubSpot APIs
HubSpot allows access to API through an Oauth-based authentication and via developer token-based authentication. For this exercise, you will be using a developer token-based authentication. You will begin by going to the HubSpot admin panel and generating the API keys.
- Go to settings and generate API keys using the integrations tab.
- Once you have the API keys, use the below curl command to fetch the contact details from HubSpot.
curl -o contacts_details.json https://api.hubapi.com/contacts/v1/lists/all/contacts/all?hapikey=<api_key>&count=10
The output of the command will be a JSON file named contacts_details.json. The above API provides access to all the customer contacts that are stored in your HubSpot account. The API is paginated with a limit of 100 items. If your list is beyond this limit, you will need to use an additional parameter called vid-offset to fetch the rest of the items.
- You will now use a command-line utility called ‘jq’ to extract the relevant details from the JSON file and convert it into a CSV file.
cat contacts_rdetails.json | jq -r ".contacts[] | [.vid,.properties.firstname.value,.properties.company.value,.properties.lastname.value] | @csv" >> contacts_data.csv
The generated CSV file will look as below.
9333497,raghav,hevo ltd,heera
9333498,dawson,mercury.com,richard
9333495,user1_name,,user2
9333494,romira,tel-mario ltd,hector
9333493,marsh,tel-extel inc,jack
- The above CSV file can now be imported to Power BI. To do this, go to Power BI and click “Get Data” and then, import the CSV file as shown below.
Image Source: Self
Drawbacks
The above approach uses HubSpot APIs to extract data. The biggest advantage of using this approach to connect HubSpot to Power BI is that it can be automated by converting the above set of steps into a script. But there are a few drawbacks to this approach.
- Additional steps to handle pagination and API access limits of HubSpot should be implemented.
- The Power BI import is still manual because of the lack of Power BI native support. Power BI API supports uploading data as excel files. So as a workaround, converting CSV to excel and then using Power BI APIs to import can be considered.
- The method above shows using the contacts API. HubSpot has a large list of APIs, which the developer should be familiar with to use all the data with Power BI.
Hevo Data is a No-code Data Pipeline that offers a fully managed solution to set up data integration from HubSpot and 150+ Data Sources (including 30+ Free Data Sources) and can connect several sources to destination databases or data warehouses. It helps transfer data from HubSpot to a destination of your choice for free. Hevo supports comprehensive transformation functions and can execute them in transit. It offers a fully automated service so that you integrate data from multiple sources in minutes before you opt for analysis by Power BI.
Get started with hevo for free
Let’s look at some unbeatable features of Hevo:
- Simple: It offers a simple and intuitive user interface. It has a minimal learning curve.
- Fully Automated: You can automate your entire ETL process without writing any custom code.
- Fault-Tolerant: Hevo is capable of detecting anomalies in the data and inform you instantly.
- Security: Your data is safe and secure with Hevo as it offers two-factor authentication and end-to-end encryption.
- Live Monitoring: Hevo allows you to monitor your data flow and check where your data is at a particular point in time.
Sign up here for a 14-day free trial!
Method 2: Importing CSV Generated via HubSpot User Interface
HubSpot provides a simple user interface to download CSVs for various data elements. To download the contact details as CSV, follow these steps:
- Login to HubSpot and navigate to “Contacts”. In the Contacts view, click the “Export View” as shown below.
Image Source: Self
- Click “Export” and select “CSV” as the file format.
Image Source: Self
3. HubSpot will send an email to the registered email account with a link to download the CSV file.
4. Use this CSV file and import data to Power BI as mentioned in the previous method.
Drawbacks
The advantage of using this method to connect HubSpot to Power BI is that it does not require you to write code. But this comes with the obvious drawbacks as listed below.
- There is very little possibility of automating this flow.
- Power BI import is still manual. Even though Power BI supports importing data via API, it does not support CSV file import. A workaround is to first convert files to Excel and then use the import API.
- There are limited opportunities to execute a transformation before uploading to Power BI.
Conclusion
In this blog, you have learned about the various ways to connect HubSpot to Power BI. Each method has its own merits and demerits. But if you want to integrate your data before opting for analysis and visualization in a BI platform, then you can use Hevo.
Hevo Data, with its strong integration with 150+ Sources & BI tools such as HubSpot, allows you to not only export data from sources & load data in the destinations, but also transform & enrich your data, & make it analysis-ready so that you can focus only on your key business needs and perform insightful analysis using BI tools. It helps transfer data from HubSpot to a destination of your choice for free. In short, you can easily extract data from HubSpot using Hevo and visualize it on Power BI.
visit our website to explore hevo
Give Hevo a try and sign up. Hevo offers plans & pricing for different use cases and business needs, check them out!
Share your experience of connecting HubSpot to Power BI in the comment section below.