Evening,
I've been having problems getting the TOTALYTD dax expression to work.
I'm using the following expression:
Gross Premium YTD=TOTALYTD(sum([Gross Premium]),time[Date])
According to everything I've read this should work but I'm getting this as the result:
Measure 1: (blank)
Theres no error message but its not summing anything up.
I have got another expression to calculate the premium last year which works without any problems if this helps:
Previous Years Premium:=CALCULATE([Total Gross Premium Ex IPT],DATEADD(time2[Date],-1,YEAR))
Any idea what I'm doing wrong as this is driving me a bit nuts now!
Any help much appreciated
Thanks
Rob
I've been having problems getting the TOTALYTD dax expression to work.
I'm using the following expression:
Gross Premium YTD=TOTALYTD(sum([Gross Premium]),time[Date])
According to everything I've read this should work but I'm getting this as the result:
Measure 1: (blank)
Theres no error message but its not summing anything up.
I have got another expression to calculate the premium last year which works without any problems if this helps:
Previous Years Premium:=CALCULATE([Total Gross Premium Ex IPT],DATEADD(time2[Date],-1,YEAR))
Any idea what I'm doing wrong as this is driving me a bit nuts now!
Any help much appreciated
Thanks
Rob