Forum Discussion
Sum by Month
- 8 years ago
I solve it
Measure = CALCULATE(SUM(Sheet1[Value]);FILTER(ALL(Sheet1);Sheet1[Value]<=MAX(Sheet1[Value])))
Do you still need date slicer, as you have date_Month slicer, which serves the same purpose?
Thanks
Raj
Anonymous
Sadly, yes, because I already have a dinamic dashboard who the managers use the slicer to see weeks and fortnights about another graphics.
Also, I have another dashboards who sincronize with this slicer.
As possible, this measure that I would like to make is for create a goal to another graphic mine
- DanJaques8 years agoRegular Visitor
All the number of my days per month are equals, so i'm trying do something like this:
SUM IF (FITLER ALL sheet[data].[month] < MAX (sheet[data].[month])
- DanJaques8 years agoRegular Visitor
I solve it
Measure = CALCULATE(SUM(Sheet1[Value]);FILTER(ALL(Sheet1);Sheet1[Value]<=MAX(Sheet1[Value])))