Forum Discussion
WillianRamos
3 years agoFrequent Visitor
Goal value by Week
Hi All, I need some help........as you can see, I have a total goal value, and if I put the month in the matrix it kind of divides the total goal value by month, just like you see in the Image. ...
Anonymous
3 years agoNot applicable
Hi WillianRamos ,
Please try
Goal by Week =
CALCULATE([Goal Total],
FILTER(ALL(dCalendario[Week]),
dCalendario[Month] = MAX(dCalendario[Month])
)
)
If you still have doubts, please share the sample data and expected results.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.