Power BI

Power BI Desktop & Power BI Service

Update one field — the Server on the Snowflake or Databricks connector — and your reports query through the Airbrx Gateway. DirectQuery benefits the most: every interaction that asks a previously seen question gets a cached response in milliseconds.

Naming note. Microsoft's "On-premises data gateway" is a separate product for routing Power BI Service to private networks. The Airbrx Gateway is independent — they don't conflict and you don't need one to use the other.

Change the Server field

In Power BI Desktop, open Get DataSnowflake (or Databricks; older Power BI builds may only show Azure Databricks, which works with any cloud despite the name) and update the Server field.

Before
Server:    your-account.snowflakecomputing.com
Warehouse: REPORTING_WH
Mode:      DirectQuery

Direct connection to your warehouse.

After
Server:    your-slug.gateway.airbrx.ai
Warehouse: REPORTING_WH
Mode:      DirectQuery

Same dataset, gateway address.

For Databricks, the equivalent field is Server Hostname (or the Server URL on the connector). HTTP Path stays the same — the Gateway is wire-compatible and forwards that part as-is.

Authentication

Use the same auth mode you'd use without the Gateway:

Power BI never sees an Airbrx-issued credential, and Airbrx never sees usable Power BI credentials at rest.

Verify the cache is doing work

Power BI doesn't surface HTTP response headers in the report UI. Use the App traffic page to watch queries flow through with their cache outcomes — Power BI's pattern is recognizable in seconds (the same aggregations and filters, repeated per visual interaction).

# Sample headers on a Power BI DirectQuery cache hit X-Airbrx-Cache-Status: HIT X-Airbrx-Rule-Id: cache-finance-aggregates X-Airbrx-Execution-Time: 9ms X-Airbrx-Tenant: your-slug

Full header list: response headers reference.

Notes worth knowing

Where to go next

Ready to point Power BI at a gateway address?

Airbrx is in private preview. Create an account and we'll set you up.

Create an account