Note:
This content is automatically generated by the ETL tool.
Last build time is2024-03-19 13:44:37
. Please contact MWS Insights Data Infrastructure for the query.
TPUsageByTeams1
Data source: powerbi://api.powerbi.com/v1.0/myorg/MSXIAnalyst
EVALUATE
SUMMARIZECOLUMNS
(
'Accounts'[TP Account ID],
'Accounts'[TP Account Name],
'Accounts'[Area Name],
'Accounts'[Subsidiary Name],
'Accounts'[Strategic Accounts Flag],
'WorkloadType'[Workload Type],
'WorkloadType'[Reporting Workload],
'FiscalMonth'[Year],
'FiscalMonth'[Month],
filter('WorkloadType','WorkloadType'[IsModernWorkplace]=1),
filter('FiscalMonth','FiscalMonth'[Year]>="FY21"),
filter('WorkloadType','WorkloadType'[Reporting Workload] in {"Teams","Teams Meetings","Teams Platform","Teams Rooms"}),
"Numerator",[Teams Numerator],
"Denominator",[Teams Denominator],
"MoM%",[Teams MoM %],
"QoQ%",[Teams QoQ%],
"YoY%",[Teams YoY%]
)