Views:

Allow Power BI to access and analyze data directly from the Trend Vision One platform via APIs.

Before configuring the integration settings, make sure you have an active subscription to Microsoft Power BI and verify that Python scripting is enabled in your Power BI settings.

Procedure

  1. Configure the settings in the Trend Vision One console.
    1. Go to Workflow and AutomationThird-Party Integration.
    2. In the Integration column, click Microsoft Power BI.
    3. Specify the data that Power BI can access.
      Category
      Data
      Description
      Endpoint Security
      Endpoints
      A detailed list of your endpoints.
      Cyber Risk Exposure Management
      Discovered devices
      Devices Attack Surface Discovery found in your environment.
      Cloud assets
      Cloud assets Attack Surface Discovery found in your environment.
      At-risk devices
      At-risk devices that match specified criteria.
      Detected CVEs in a device
      All the highly-exploitable CVEs found in a device.
      At-risk users
      At-risk users that match specified criteria.
      Account compromise indicators
      Events on user accounts that:
      • Display unusual activity
      • Have been detected on the dark web
      • Have been targeted by malicious email campaigns
    4. Click Download Script to download the Python script.
    5. Click Generate to create a new API authentication token and copy the Authentication token.
  2. In Power BI Desktop, configure and run the downloaded Python script to import data.
    When running the downloaded Python script in your Power BI Desktop, replace 'TOKEN' with the authentication token obtained in the previous step.
    For more information on running Python scripts, see Microsoft Power BI documentation.