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

HTTP request being made twice #96

Closed ghost closed 4 years ago

ghost commented 4 years ago

Steps to reproduce

Run the following query

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

Expected behavior

The request for contracts to be made once

Actual behavior

Currently the request is being made multiple times

Environment

Windows 10 Power BI Desktop SecMgmtInsights version 1.3