I have two tables in Tableau: (A) one is a list of dates from the current day to 400 days prior and the other (B) is a list of ticket IDs along with open and closed dates for each ticket.
What I'm trying to do is determine the number of tickets that were active on each date in the date table. For each record in table A, I need the number of tickets that were opened on or before that date and were closed on or after that date.
In Excel, I would use COUNTIFS. In PowerPivot/Power BI, I would use a combination of COUNTROWS on table B with an EARLIER reference to table A. I'm pretty new to Tableau, so I'm thinking that I'm getting stuck trying to do something similar to Excel or DAX when Tableau probably has its own way.
I'm completely stumped. I tried finding an equivalent of what I know from other tools, but there doesn't seem to be one; and I'm sure that getting hung up on how Excel works here.