HI Experts,
I created a variable for days count
=DaysBetween([Billing Date];CurrentDate())
and its fetch correct values . but i want sum of days count (4689) in single line in webi . how can i get it.
and i used a formula =Sum(DaysBetween([Billing Date];CurrentDate())) for sum but it fetch wrong values.

Wrong values

Please help me..