Forum Discussion
Jon_H1991
2 years agoFrequent Visitor
TotalYTD function with slicer
Hi, I having issues with the totalYTD function for a cumulative yearly total filtered by a location slicer. The TotalYTD function is summing correctly however, when filtering by 'site', it doesn'...
RSC
2 years agoHelper I
Okay, no worries at all,
Total Revenue YTD =
TOTALYTD(
[Total Revenue],
'Date'[Date],
ALL('Table_name_for_site'[Site])
)
Can you try this one!
Jon_H1991
2 years agoFrequent Visitor
Hi RSC,
It is slightly better but missing the other two sites; it sums up against just one.
Kind Regards,
Jon