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

Query parameter not always applied #141

Open ghost opened 3 years ago

ghost commented 3 years ago

Steps to reproduce

Invoke the following query

 let
        source = SecMgmtInsights.Contents(GetTenantsList()),
        malware = source{[Name="DetectedMalware"]}[Data],
        selectedColumns = Table.SelectColumns(malware, {"tenantId", "displayName", "id"})
in
        selectedColumns

Expected behavior

The resulting table to only contain the columns tenantId, displayName, and id

Actual behavior

The resulting table contains all fields and is not limited

Diagnostic logs

N/A

Environment

N/A