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
Steps to reproduce
Invoke the following query
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