Data Hub is BigTime’s next leap in data access, built to support advanced AI capabilities launching later in 2025. This guide walks you through how to connect to Data Hub and export your data, with setup steps for Power BI, Excel, and other analytics tools.
Key benefits include:
- Access to product datasets from BigTime and Foresight
- Easier discovery with enhanced data descriptions
- Reliable, frequent data refreshes
- Seamless multi-instance support for firms using multiple BigTime environments
Step 1: Download Your Credential File
Start by clicking the ‘Download Credential File’ button in the email from BigTime. If you didn’t receive the email, contact us at product@bigtime.net.
Important: This file can only be downloaded once and will have a '.share' extension. Store it securely, as you will need it to access Data Hub.
Step 2: Connect Data Hub to Power BI
If Power BI is your primary analytics tool, follow these steps to configure your connection:
Option 1: Use Power BI's Native Delta Sharing Connector
This method is recommended if your version of Power BI supports the Delta Sharing connector (released in late 2023).
- Open Power BI
- Go to Home > Get Data
- Search for "Delta Sharing"
- Select the Delta Sharing connector, then click Connect
- Navigate to the .share credential file you downloaded earlier
- When prompted, enter the Delta Sharing "server URL" found in your credential file.
If this is the first time setting up the data source, it will prompt you to enter your "bearer token" which can also be found in your credential file - Power BI will automatically load available tables in Data Hub
- Select the table(s) you want to use and click Load
Option 2: Use Python to Export CSV and Load into Power BI
Use this if your Power BI version does not yet support Delta Sharing.
- Export your data to CSV (see next section)
- Open Power BI
- Click Get Data > Text/CSV
- Select the CSV file
- Click Load
Step 3: Exporting Data to CSV or Excel
If you're not using a BI tool yet, you can still export data to Excel or CSV.
1. Install Delta Sharing Python Package. Open your terminal or command prompt and run:
pip install delta-sharing
2. Use Python to Export Data
Use the example below and replace values with your actual file path and table names:
3. After running the script, you'll see:
- exported_data.csv: Ready to open in Excel or import elsewhere
- exported_data.xlsx: Opens directly in Excel with formatting preserved
Step 4: Connect to Other Analytics Tools
Data Hub also supports other modern analytics tools, including:
- Python with pandas
- Apache Spark
- Java
- Databricks
- Power BI
General Setup Steps:
- Download your credential profile
- Open your preferred analytics tool
- Use the Delta Sharing connector or API
- Specify the path to your credential profile OR build the table referencing using the format:
<profile_file_path>#<share_name>.<schema_name>.<table_name>
- Load the dataset into your tool
- Analyze, transform, or export the data
Related Articles
- Data Hub Table Glossary