Spice AI
Engineering
Spice Cloud Platform
Spice OSS
Business Intelligence
Spice AI
Engineering
Spice Cloud Platform
Spice OSS
Business Intelligence

Faster, Simpler Dashboards with Spice and Power BI

Wyatt Wenzel
Product Marketing Lead

TL;DR

Spice AI built a Microsoft Power BI Connector on top of the Flight SQL ADBC driver that makes it easy for Power BI users to query across operational databases, analytical warehouses, and object stores. Spice federates large OLTP and OLAP datasets and accelerates them at the application layer in DuckDB and Arrow to support sub-second dashboards, driving significant performance and ease-of-use improvements for enterprise BI use cases. Under the hood, Spice leverages Arrow Database Connectivity (ADBC) and Flight SQL for Arrow-native performance that eliminates row-to-column conversion overhead.

The Enterprise BI Challenge

Enterprises rely on Power BI to analyze and visualize data, but the data itself often lives across many systems: operational databases like Postgres or MongoDB, historical datasets in S3 or Delta/Iceberg tables, and real-time streams from systems like Kafka. Traditionally, making this data available in Power BI requires complex ETL pipelines, duplicated storage in various warehouses, and ongoing engineering effort to keep everything in sync. This results in dashboards with slow refresh times and fragile, operationally-intensive pipelines.  

Spice changes this dynamic by combining query federation and local acceleration into a single, lightweight runtime. Instead of copying data into a warehouse, Spice connects directly to distributed systems, federates queries across them, and accelerates datasets with DuckDB and Apache Arrow at the application layer. 

Introducing the Spice.ai Power BI Connector, Built on ADBC

The Spice.ai Power BI Connector sits between Power BI and the systems it needs to query. Data federation removes the need to consolidate sources up front, and Power BI can treat them as if they were a single dataset; analysts can configure Spice once and immediately query across their data estate. For Power BI users, this means dashboards can run on live data from OLTP and OLAP sources without the burden of additional infrastructure management.

Acceleration with DuckDB & Arrow

Federation simplifies connectivity, but acceleration delivers performance; the Spice runtime prefetches working sets of data from these upstream systems and locally accelerates them using DuckDB and Apache Arrow. This eliminates repeated network round-trips, stores data closer to applications, and enables sub-second queries - even for billion-row datasets. Data can be refreshed on a schedule or in real time with CDC, ensuring dashboards always present the latest information.

Further, unlike traditional lakehouses that focus on analytical workloads, Spice accelerates both operational and analytical data. Teams can query transactional sources like Postgres alongside large analytical datasets in S3, all with the same sub-second performance and without overwhelming production databases. For example, Spice can ingest row-based Postgres tables, accelerate them in DuckDB, and serve the results to Power BI in columnar Arrow format for interactive dashboards.

Decreasing Latency with ADBC

Under the hood, the Spice.ai Power BI Connector is built on the Arrow Database Connectivity (ADBC) and Flight SQL. ADBC provides a vendor-agnostic, Arrow-native standard for delivering columnar data directly to applications and dashboards. In contrast to JDBC and ODBC, ADBC avoids row/column conversions and provides a faster, more efficient path for analytical queries.

Use Case Example: Faster Power BI Queries in Spice Compared to RDS

Let’s take this out of the abstract and introduce a practical use case to illustrate the value of Spice.

Consider an order management platform that previously relied on an AWS RDS database for recent transactions and S3 for longer-term history. Without Spice, a dashboard showing historical orders would require querying RDS directly, moving potentially millions of rows across the network, and joining that data with S3 data in a warehouse. With Spice, those tables can be federated, accelerated locally, and queried directly by Power BI. 

The video illustrates the performance delta between Spice’s acceleration model (the dashboard on the right side of the screen) and a more traditional approach of querying RDS directly (the dashboard on the left side of the screen): query time is decreased from 1324 ms to 223 ms with Spice compared to RDS. That’s the difference between a clunky analyst experience and an interactive, real-time workflow.

Before (without Spice)

  • Data must be moved into a warehouse via ETL jobs.
  • Dashboards refresh slowly because data flows through JDBC/ODBC, converting columnar to row back to column again.
  • Engineering teams maintain multiple pipelines and troubleshoot schema mismatches.

After (with Spice + ADBC)

  • Both Postgres and S3 datasets are defined in a Spicepod (the core configuration unit in Spice, a YAML-based package that defines the datasets, models, and acceleration an application requires). 
  • Power BI connects to Spice through the ADBC-based connector.
  • Federated queries run directly across both sources; results return in Arrow format with no row/column conversions.
  • Data stored in Postgres is accelerated in DuckDB.
  • Dashboards refresh in sub-seconds. Pipelines are eliminated, and analysts can build new reports faster.

Walkthrough: Installing and Using the Connector

Power BI Desktop

  1. Download the latest spice_adbc.mez file from the releases page 
  2. Copy to the Power BI Custom Connectors directory: C:\Users\[USERNAME]\Documents\Microsoft Power BI Desktop\Custom Connectors
Invoke-WebRequest -Uri "https://github.com/spiceai/powerbi-connector/releases/latest/download/spice_adbc.mez" -OutFile "C:\Users\[USERNAME]\Documents\Microsoft Power BI Desktop\Custom Connectors\spice_adbc.mez"
  1. Enable Uncertified Connectors in Power BI Desktop settings and restart Power BI Desktop.

Adding Spice as a Data Source

  1. Open Power BI Desktop.
  2. Click on Get DataMore....
  3. In the dialog, select Spice.ai connector.

       

  1. Click Connect.
  2. Enter the ADBC (Arrow Flight SQL) Endpoint:
    • For Spice Cloud Platform:
      grpc+tls://flight.spiceai.io:443
      (Use the region-specific address if applicable.)
    • For on-premises/self-hosted Spice.ai:
      • Without TLS (default): grpc://<server-ip>:50051
      • With TLS: grpc+tls://<server-ip>:50051
  1. Select the Data Connectivity mode:
    • Import: Data is loaded into Power BI, enabling extensive functionality but requiring periodic refreshes and sufficient local memory to accommodate the dataset.
    • DirectQuery: Queries are executed directly against Spice in real-time, providing fast performance even on large datasets by leveraging Spice's optimized query engine.
  2. Click OK.
  3. Select Authentication option:
    • Anonymous: Select for unauthenticated on-premises deployments.

API Key: Your Spice.ai API key for authentication (required for Spice Cloud). Follow the guide to obtain it from the Spice Cloud portal.

  1. Click Connect to establish the connection.

Working with Spice datasets

After establishing a connection, Spice datasets appear under their respective schemas, with the default schema being spice.public. When writing native queries, use the PostgreSQL dialect, as Spice is built on this standard.

For a list of supported data types, visit the docs here.

Getting started with Spice and Power BI

Spice extends Power BI beyond the traditional limits imposed on it by sub-optimal ETL pipelines.

Spice enables Power BI users to:

  • Run federated SQL queries across disparate data sources in one place with zero ETL required. 
  • Accelerate and materialize large datasets for sub-second dashboards in Power BI.
  • Use either Import Mode for full feature access or DirectQuery Mode for real-time results.
  • Build on open standards like ADBC and Apache Arrow, not on proprietary SDKs.

To try it out, download the Spice Power BI Connector and follow the documentation. Configure your first dataset, connect Power BI, and experience how federation and acceleration can make your dashboards faster and more reliable.

Resources

Work with Spice AI

Interested in working with Spice AI or looking to learn a little more about the work we do? We are always looking for our next big challenge. Book an introductory call via our Calendly. Take a deeper look at our enterprise offerings by visiting Spice.ai.

Visit Spice.ai
Share

Latest Articles

Spice AI
Engineering
Spice Cloud Platform
Spice OSS
Business Intelligence

Faster, Simpler Dashboards with Spice and Power BI

Spice AI built a Microsoft Power BI Connector on top of the Flight SQL ADBC driver that makes it easy for Power BI users to query across operational databases, analytical warehouses, and object stores.

By
Wyatt Wenzel
-
September 15, 2025
All Articles
Spice Cloud Platform
Spice OSS

Spice.ai Now Supports Amazon S3 Vectors For Vector Search at Petabyte Scale!

Spice AI has partnered with AWS to integrate Amazon S3 Vectors into the Spice.ai Open Source data and AI compute engine, providing a simple SQL interface to query and search vector embeddings across enterprise data sources.

By
Roger Frey
-
July 16, 2025
All Articles
Spice AI

Announcing Our Partnership with Databricks!

Announcing Our Partnership with Databricks!

By
Roger Frey
-
June 10, 2025
All Articles