Enterprise Data Connector for Reporting
The Enterprise Data Connector allows organizations to use their preferred Business Intelligence (BI) tools, such as Power BI, to access and analyze their Conga Platform data directly. This connector provides a secure and scalable way for enterprise users to integrate Conga Platform data with their existing analytics environment.
The Enterprise Data Connector acts as an adaptor between the MySQL protocol and the Conga Platform's metadata and data APIs. It enables BI tools and SQL clients to connect to the Platform as if they were connecting to a standard MySQL database. This allows you to run SQL queries against Conga Platform data and generate custom reports and dashboards using familiar reporting tools.
Typical Use Case:
Administrators and data analysts can connect the Conga Platform to their organization's Power BI instance using the SQL Connector. Once connected, they can explore Conga Platform data entities, build custom queries, and create real-time reports and dashboards that reflect business metrics and operational trends.
Building Power BI Reports
You have Admin access to the Conga Platform.
An Integration user is created and a Client ID and Client Secret are generated. For more information on how to create an Integration User and generate the Client ID and Client Secret, see Adding a User.
The SQL Connector endpoint URL is available. Contact your Conga Account Executive to get the URL.
- Open Power BI Desktop.
- Go to
- In the Get Data dialog, search for and select MySQL database as the data source.
- In the connection details:
- Server name: Enter the SQL Connector endpoint URL provided by your Account Executive.
- Database name: Enter the conga as the database name.
- Click OK.
- When prompted, choose Database authentication.
- Enter the following credentials:
- Username: Enter Client ID.
- Password: Enter Client Secret.
- Click Connect.
- After successful authentication, Power BI displays a list of available objects and fields.
- Select one or more entities you want to include in your report.
- Click Load to import the data into Power BI.
- In Power BI Desktop, use the Fields pane to drag and drop Platform fields into your visualizations.
- Create charts, tables, and KPIs as required.
- Save your report or publish it to Power BI Service (Cloud) for organization-wide access.
Updating the Semantic Model Connection
-
Power BI report is published to the Power BI Service (Cloud).
You have a valid Client ID and Client Secret.
The SQL Connector endpoint URL is available. Contact your Conga Account Executive to get the URL.
- Sign in to Power BI Service (Cloud).
- Navigate to the workspace where your report and semantic model is published.
- Select the semantic model settings.
- Go to the Cloud connections section.
- Click the dropdown menu and select Create a connection.
- In the connection details:
- Server name: Enter the SQL Connector endpoint URL provided by your Account Executive.
- Database name: Enter the conga as the database name.
- Username: Enter Client ID.
- Password: Enter Client Secret.
- Enable Encrypt connection for secure communication.
- Click Apply.
Your semantic model connection is updated in Power BI Service (Cloud). Reports published to the Cloud will now fetch live Platform data via the SQL Connector and refresh according to your configured schedule.
