I need some help to create an expression that gives a graph for the number of IDs in one day without repetition. As you can see in the image, one ID may have more than one entry with a different date. How can I select the ID with the latest date only?
Additionally, it is possible for some entries not having a date so how can I exclude those entries?
Thank you.