microsoft / secmgmt-insights-connector

Power BI connector that provides insight into the current state of how Microsoft 365 is configured and whether best practices have been implemented
MIT License
13 stars 3 forks source link

Managed Device Overview #134

Closed ghost closed 4 years ago

ghost commented 4 years ago

Steps to reproduce

Run the following query

let
    Source = SecMgmtInsights.Contents(),
    ManagedDeviceOverview1= Source{[Name="ManagedDeviceOverview"]}[Data]
in
    ManagedDeviceOverview1

Expected behavior

The resulting table to contain data for customers who have an entitlement for Microsoft Intune

Actual behavior

The resulting table only contains the tenant identifier and null for all other fields

Diagnostic logs

N/A

Environment

Power BI Desktop Security and Management Insights version 2.0