Power BI
Connect Power BI to Cendriix to query reports and datasets.
Authentication
Power BI uses OAuth 2.0. When you click Connect, you’ll be redirected to Power BI to authorize Cendriix.
Setup
- Navigate to Settings → Integrations → Connectors
- Find Power BI in the connector list
- Click Connect
- Authorize Cendriix in the Power BI consent screen
- You’ll be redirected back to Cendriix with the connector active
Admin Setup (Self-Hosted)
To enable Power BI for your Cendriix instance:
- Register an OAuth application at Power BI Developer Portal
- Set the callback URL to:
https://api.cendriix.ai/v1/connectors/oauth/callback - Populate the Secrets Manager secret
cendriix/prod/connectors/power-biwith:{ "client_id": "...", "client_secret": "..." }
Use Cases
- Query reports and datasets
- Automate workflows between Power BI and your other connected tools
- Query Power BI data from Cendra AI assistant
Documentation
Last updated on