Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Solved! Go to Solution.
DEFINE
VAR vType = TREATAS({"CPU", "MEM","DISK"}, Tickets[Service])
EVALUATE
SUMMARIZECOLUMNS
(
ROLLUPADDISSUBTOTAL
(
Tickets[Service], "Type", vType,
TREATAS ( { "OK" }, Tickets[Status] ),
FILTER( Tickets , RELATED(ServiceOffering[Service Offering]) ="TOP" ),
FILTER ( Dates, PREVIOUSMONTH(Dates[Date] )
),
"Total Qty", COUNT(Tickets[Target])
)
This assumes you have a Dates table in your data model and that it is joined to the Close Date.
Hello
DEFINE
VAR vType = TREATAS({"CPU", "MEM","DISK"}, Tickets[Service])
EVALUATE
SUMMARIZECOLUMNS
(
ROLLUPADDISSUBTOTAL
(
Tickets[Service], "Type", vType,
TREATAS ( { "OK" }, Tickets[Status] ),
FILTER( Tickets , RELATED(ServiceOffering[Service Offering]) ="TOP" ),
FILTER ( Dates, PREVIOUSMONTH(Dates[Date] )
),
"Total Qty", COUNT(Tickets[Target])
)
This assumes you have a Dates table in your data model and that it is joined to the Close Date.
User | Count |
---|---|
11 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
25 | |
19 | |
16 | |
10 | |
7 |