Forum Discussion
DAX help
- 8 years ago
Hi,
You have to create a relationship from the Actual Termination data column of the Terms Table with the Date column of the calendar table. If you need more specific help, share the link from where i can download your file.
Thanks. sent you message with the link. it is just a sample test file. thanks again for any help!
- Ashish_Mathur8 years agoSuper User
- mikeborg828 years agoAdvocate II
thank you. this does work! do you think you could explain what the issue was so i will know for future models? THanks again i really appreciate the help
- Ashish_Mathur8 years agoSuper User
You are welcome. The DATESBETWEEN() function used in the YTD terminations measure ensures that the arithmatic (distinctcount in our case) starts from the 1st day of the year and goes till the last date of the month chosen in the visual filter.
- mikeborg828 years agoAdvocate II
i see you had to apply filters to the page. is that the only way to handle this?
- Ashish_Mathur8 years agoSuper User
Hi,
Using filters is the easiest way to make it work.