SecureMetrics PowerBI Template Docs
  • πŸ‘‹Welcome to the SecureMetrics!
  • NIST CSF 2.0
    • NIST CSF 2.0 User Guide
  • Attack Surface Discovery
    • Attack Surface Discovery User Guide
  • SecureMetrics Risk Register
    • πŸ› οΈGetting set up
      • πŸ“‘Risk Register
      • πŸ“ŠInstalling the PowerBI App
      • πŸͺ„Connecting your data
      • πŸͺͺUnderstanding licensing
    • πŸ₯³Neat PowerBI Features
  • Astra PowerBI Plugin
    • ✨Welcome to Astra
    • πŸ““Release Notes
    • πŸ’»PowerBI Visual Architecture and Data Security
  • Multicloud CIS Benchmarks with Prowler
    • Page 1
  • CIS Controls Reporting
    • Getting Started
  • Assessment & Data Import File
  • PowerBI Slide Template
  • Cyber Risk Quantification (CRQ) Community Edition
    • Welcome to CRQ Community
  • Using the Template
  • Understanding FAIR Inputs
  • Cyber Risk Quantification (CRQ) Pro
    • Welcome to CRQ Pro
  • Excel Model
  • PowerBI Model Report
  • PowerPoint Charts Template
Powered by GitBook
On this page
  • How Astra Works
  • Network Communication
  • Architecture Diagram
  1. Astra PowerBI Plugin

PowerBI Visual Architecture and Data Security

PreviousRelease NotesNextPage 1

Last updated 2 months ago

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.

How Astra Works

  • 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.

Network Communication

Astra makes no network calls. This includes:

Activity
Status

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

Architecture Diagram

The diagram below illustrates Astra’s local execution model within the Power BI environment.

πŸ’»