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

FirstN #132

Closed ghost closed 4 years ago

ghost commented 4 years ago

Steps to reproduce

Invoke the following query

let
    Source = SecMgmtInsights.Contents(),
    SecureScores1 = Source{[Name="SecureScore"]}[Data],
    #"Kept First Rows" = Table.FirstN(SecureScores1,1)
in
    #"Kept First Rows"

Expected behavior

The resulting table should be Secure Score data for N customers with a single entry for each.

Actual behavior

All available Secure Score data is being returned, and top is being applied. However, the connector is treating the requests as if there were paged

Diagnostic logs

N/A

Environment

Power BI Desktop Security and Management Insights version 2.0