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.
TPUsageBySci
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"),
"Numerator",[SCI Numerator],
"Denominator",[SCI Denominator],
"MoM%",[SCI MoM %],
"QoQ%",[SCI QoQ %],
"YoY%",[SCI YoY %]
)