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

Security baseline settings state function #106

Closed ghost closed 4 years ago

ghost commented 4 years ago

Steps to reproduce

Invoke the following function

let
    Source = SecMgmtInsights.Contents("Partner"),
    SecurityBaselineSettingStates1 = Source{[Name="SecurityBaselineSettingStates"]}[Data]
in
    SecurityBaselineSettingStates1

Expected behavior

An empty table as the result.

Actual behavior

Expression.Error: The column 'id' of the table wasn't found.
Details:
    id

This happens when none of the tenants being processed have security baselines

Diagnostic logs

None at the moment

Environment

Windows 10 Power BI Desktop SecMgmtInsights version 2.0-preview-1