Forum Discussion
chesterraepined
8 years agoHelper I
Need 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
8 years agoMicrosoft Employee
Hi 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