Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Olá,
Alguém consegue me ajudar a encontrar o meu erro?
Preciso da quantidade acumulada até cada mês.
Criei a variável "CreatedMax" com a seguinte expressão:
=date(Max([CreatedDate.autoCalendar.YearMonth]),'YYYYMM')
Estou tentando utilizá-la em uma pivot table, mas não está dando certo.
Coluna: [CreatedDate.autoCalendar.YearMonth]
Medida:
=Count({$<[CreatedDate.autoCalendar.YearMonth]={"<=$(CreatedMax)"}>} ServiceOrder )
Ricardo,
Teste:
Count({$<[CreatedDate.autoCalendar.YearMonth]={"<=$(=CreatedMax)"}>} ServiceOrder )
Ou
Count({$<[CreatedDate.autoCalendar.YearMonth]={"<=$(=Max([CreatedDate.autoCalendar.YearMonth]))"}>} ServiceOrder )
Thiago, obrigado pela resposta.
O resultado que tenho é o seguinte:
Entretanto, o resultado que esperava, por exemplo, é:
Total coluna "201801" = 74.243
que é:
40.698 (valor de "201801") + 33.543 (valor de "201712") + 2 (valor de "201711")