Hi,I am trying to do a 'year to date' but my card is only showing 396.00 which is very wrong, my DAX is .The problem is it should be a lot more, does the DAX look ok?
Code:
[/LEFT]
yTD = TotalYTD(sum(adDetails[Revenue]), calender[Date], All(calender))
Last edited: