Show / Hide Table of Contents

Note: This content is automatically generated by the ETL tool. Last build time is 2024-03-19 13:44:37. Please contact MWS Insights Data Infrastructure for the query.

TPUsageByTeams2

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] = "Teams Phone"),
"Numerator",[Teams Phone Numerator],
"Denominator",[Teams Phone Denominator],
"MoM%",[Teams Phone MoM %],
"QoQ%",BLANK(),
"YoY%",[Teams Phone YoY%]
)

  • Edit this page
In this article
Back to top Generated by DocFX