Forum Discussion
michaelu1
3 years agoAdvocate II
Max date without time
I'm trying to calculate the most recent note based on a users note history. Part of that involves making sure that the date of the note ('Note Detail'[LASTDATE]) is the same date as the call ('Call ...
v-zhangti
3 years agoCommunity Support
Hi, michaelu1
Can you provide sample data for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures or Excel. I look forward to your response.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
michaelu1
3 years agoAdvocate II
I don't have a sample data set, but I can try to get one one if needed.
Very simply, if I have a date equaling 3/3/2023 10:58:23 AM and my filter context is set to 3/3/23, how can I get MAX(date) to equal my date? The issue being that MAX automatically adds on 12:00:00 AM and now they are no longer equal.