VivaInsights.Data is a Power Query M function that imports weekly metrics and attribute data from Workplace Analytics.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
VivaInsights.Data(
scopeId as text,
optional jobName as nullable text,
optional jobId as nullable text,
optional advancedParameters as nullable record,
) as table
Description
Import weekly metrics and attribute data from Workplace Analytics.
Examples
Returns a table with visible attributes and per week metrics for each measured employee in the partition.
// Output: #table( {"Query1"}, {{"PersonId""}, {"PID"}} )
VivaInsights.Data( "5f142ea5-c08a-eb02-de68-41dccdefb141" )
Related functions
Other functions related to VivaInsights.Data are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy