Enterprise Reporting
  • Introduction
  • Understanding reports with clarity (Definitions)
  • Optimizing key performance indicators (via the Groups tab)
    • Dashboard
    • Reporting section
      • Progress report
      • Adoption report
      • Engagement report
      • Content insights
        • XP
        • Courses
        • Projects
        • Tracks
      • Assessments
      • Certifications
      • Time in Learn
      • DataLab
      • Export
    • Skill Matrix
  • Integrating our data into your tools (via Data Connector 2.0)
    • Explore the data model
      • Fact tables
      • Dimension tables
      • Bridge tables
      • Metrics tables
    • Common use cases
    • Sample queries
    • Queries to recreate key reports in the Groups tab
      • Dashboard
        • Members who have earned XP
      • Reporting section
        • Progress report
        • Content insights
        • Assessments
        • Certification Insights
        • Time in Learn
    • Domain Gotchas
    • Getting started with Data Connector 2.0
      • Enable Data Connector 2.0
      • Your credentials
      • Storing your credentials
    • Using Data Connector 2.0
      • Integrating with your BI tools
        • Microsoft Power BI
        • Tableau
        • Looker
        • DataLab
      • Downloading your data
        • S3 Browser (Windows)
        • Cyberduck (Mac or Windows)
        • AWS CLI (Linux)
    • Changelog
    • Migrating from Data Connector 1.0
  • FAQ
  • Data Connector 1.0 - Documentation
    • [Data Connector 1.0] Explore Data Model
      • [Data Connector 1.0] Data Model
      • [Data Connector 1.0] Changelog
      • [Data Connector 1.0] Example queries
    • [Data Connector 1.0] Getting started
      • [Data Connector 1.0] Enabling the Data Connector
      • [Data Connector 1.0] Your Credentials
      • [Data Connector 1.0] Storing your Credentials
    • [Data Connector 1.0] Using the Data Connector
      • [Data Connector 1.0] Analyzing data
        • [Data Connector 1.0] DataLab
        • [Data Connector 1.0] Microsoft Power BI
        • [Data Connector 1.0] Tableau
      • [Data Connector 1.0] Downloading data
        • [Data Connector 1.0] S3 Browser (Windows)
        • [Data Connector 1.0] 3Hub (Mac)
        • [Data Connector 1.0] AWS CLI (Linux)
    • [Data Connector 1.0] Data Connector FAQ
      • [Data Connector 1.0] Deprecating dcdcpy and dcdcr
Powered by GitBook
On this page
  1. Data Connector 1.0 - Documentation
  2. [Data Connector 1.0] Using the Data Connector
  3. [Data Connector 1.0] Analyzing data

[Data Connector 1.0] DataLab

Previous[Data Connector 1.0] Analyzing dataNext[Data Connector 1.0] Microsoft Power BI

Last updated 1 month ago

is a cloud-based notebook built by DataCamp that allows you to experiment with code, analyze data, collaborate with others, and share insights with no installation required.

This page describes the steps to seamlessly analyze Data Connector 1.0 learning data with DataLab with zero setup.

  • Before starting, make sure that:

    • You are an admin in the group whose data you wish to analyze.

    • The Data Connector is enabled as described .

  • Head over to the datalab dashboard at .

  • Check the account context dropdown to ensure you're in the context whose data you wish to analyze. If you want to analyze data from your organization, make sure your organization context is selected here and not your personal context.

  • Click "New Workbook":

  • A new workbook with an empty notebook is created, where you can start your analysis:

  • Create a new SQL cell, and select enterprise-custom-reporting-athena as the data source:

  • You can now write and run a SQL query to fetch the learning data you need through the Athena connection. For example, we can check the total XP for each user in your group. See for more examples of SQL queries you can write.

You can browse all the available tables through the schema browser, which you can access from the "Databases" tab on the left-hand side or by clicking the icon on the SQL cell.

DataLab
here
https://app.datacamp.com/datalab/
Example queries