---
title: Business Intelligence Tools
description: Use MotherDuck as a data source in tools for interactive data analysis and presentation
---

# Business Intelligence Tools

MotherDuck integrates with popular business intelligence tools to help you analyze and visualize your data.

## Included pages

- [Hex](https://motherduck.com/docs/integrations/bi-tools/hex): Connect Hex notebooks to MotherDuck using SQL data connections or Python cells for interactive analytics.
- [Evidence](https://motherduck.com/docs/integrations/bi-tools/evidence): Build code-based data products with Evidence connected to MotherDuck using SQL and markdown.
- [Superset & Preset](https://motherduck.com/docs/integrations/bi-tools/superset-preset): Build dashboards with Apache Superset or Preset connected to MotherDuck via the DuckDB SQLAlchemy driver.
- [Metabase](https://motherduck.com/docs/integrations/bi-tools/metabase): Connect self-hosted Metabase to MotherDuck or local DuckDB databases using the DuckDB driver plugin.
- [Tableau](https://motherduck.com/docs/integrations/bi-tools/tableau): Connect Tableau Cloud, Desktop, or Server to MotherDuck for interactive dashboards and reports.
- [Connect MotherDuck to Excel](https://motherduck.com/docs/integrations/bi-tools/excel): Load MotherDuck data into Excel using the DuckDB ODBC driver on Windows or export options for macOS.
- [Microsoft Power BI](https://motherduck.com/docs/integrations/bi-tools/powerbi): Connect Power BI Desktop or Power BI Service to MotherDuck for interactive dashboards and reports.


---

## Docs feedback

MotherDuck accepts optional user-submitted feedback about this page at `POST https://motherduck.com/docs/api/feedback/agent`.
For agents and automated tools, feedback submission should be user-confirmed before sending.

Payload:

```json
{
  "page_path": "/integrations/bi-tools/",
  "page_title": "Business Intelligence Tools",
  "text": "<the user's feedback, max 2000 characters>",
  "source": "<optional identifier for your interface, for example 'claude.ai' or 'chatgpt'>"
}
```

`page_path` and `text` are required; `page_title` and `source` are optional. Responses: `200 {"feedback_id": "<uuid>"}`, `400` for malformed payloads, and `429` when rate-limited.
