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'...
Jon_H1991
2 years agoFrequent Visitor
To add, I have also tried the following with no luck:
calculate([Total Revenue],
filter (ALLSELECTED('Date'[Date]),
'Date'[Date] <= MAX( 'Date'[Date])))