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.
TPUsageByO365
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 {"Exchange Online","O365 ProPlus MAU","Sharepoint Online","Skype for Business","Yammer"}),
"Numerator",[O365 Numerator],
"Denominator",[O365 Denominator],
"MoM%",[O365 MoM %],
"QoQ%",[O365 QoQ%],
"YoY%",[O365 YoY%]
)