In addition to the missing results, some of the Min Dates show up in the wrong order when I try to sort by Min Date descending.
Is there a way to fix one or both of these issues? I don't think my calculations are wrong, according to the internet.
You could use the following table calculation:
IF FIRST()=0 THEN
MIN([Date])=MIN([Date of 1st Visit to ECC]) END
Which when placed onto Filters Card, then you'd right-click, select Edit Table Calculation and then set exactly as follows:
Then right-click again, select Edit Filter, select True only. I removed all of the other filters which may have been contributing to some of the missing data, but you don't appear to have related data for quite a few locations:
Thereafter, removed the sorts (cleared them all) then did a sort on Email using the Field Date of 1st Visit which then sorts the rows (emails) by oldest to most recent:
So as to the missing locations (there are many!), you'll need to look at perhaps the joins and/or other related underlying data to determine why they're not appearing. Especially when all the filters have been removed, that would indicate to me where to look next. Unfortunately, we can't see the data source pane to show how things are related...sorry!
Best, Don Wise -
Please don’t forget to upvote and/or Select as Best by clicking the hyperlink below in the response that answered your question.