Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am calculating count of orders on dimensions Name and Month. I need only 4 months to display, from Sep to Dec. How can I do this in expression.Thanks
Perhaps you could try something like:
count({<month = {">=Sep <=Dec"}>}Orders)
Hope that helps.
Matt
=avg({<[Curative TR Month] = {'Sep','Oct','Nov','Dec'}>}[Curative Turntime]/43200)