Forum Discussion
Acumulate by month
- 8 years ago
Hello everyone, i appreciate you kindness and i'm very thankfull for your help.
I discover a difernt solution.
I edited the query and I referenced my sales table and in the date column I just pasted the date I wanted.
Hello Vvelarde here it is:
AccumulatedValue = CALCULATE(
SUM(DW_VendasComDevolucoes[QtdMd]);
FILTER(ALLSELECTED(DimCalendario[Date]);DimCalendario[Date] <= MAX(DimCalendario[Date]))
)
- hectormanfredi8 years agoNew Member
Hello everyone, i appreciate you kindness and i'm very thankfull for your help.
I discover a difernt solution.
I edited the query and I referenced my sales table and in the date column I just pasted the date I wanted.
- hectormanfredi8 years agoNew Member
Hello everyone, i appreciate you kindness and i'm very thankfull for your help.
I discover a difernt solution.
I edited the query and I referenced my sales table and in the date column I just pasted the date I wanted.