Forum Discussion
chesterraepined
Helper I
8 years agoNeed help with DAX functions
I created a measure that will calculate the total number of days up to the last date present in my data. In my current data the MAX or last current date is June 28 218. I'm almost getting the correct...
v-jiascu-msft
Microsoft Employee
8 years agoHi chesterraepined,
There could be an issue in your formula. The IF statement could always return the true value. There could be two workarounds.
1. Wrap the formula with Calculate( ..., all('InitialResponse-Assoc')).
2. Create a new date table then count days directly.
Best Regards,
Dale