PowerBI Visual Architecture and Data Security
Last updated
Last updated
Astra is a Power BI visual plugin that runs 100% locally in your Power BI environment. It does not transmit, upload, or sync data to any external servers. This design allows Astra to be safely deployed in sensitive or air-gapped environments.
Runs inside Power BI: Astra executes entirely within Power BIβs built-in sandbox for custom visuals. No separate application or service is involved.
Receives data from Power BI only: It visualizes data passed to it from the Power BI semantic modelβnothing else.
In-memory rendering: All data transformations and graph rendering happen in memory and are never written to disk or sent over the network.
Astra makes no network calls. This includes:
API requests (fetch
, XHR)
β Not used
WebSocket connections
β Not used
Telemetry or analytics
β Not used
CDN-hosted scripts
β Not used (all libraries are bundled)
File or disk storage
β Not used
The diagram below illustrates Astraβs local execution model within the Power BI environment.