I have a Table that lists all of the company's Projects. The fields include Client Number, Project Number, Project Name, Status (Opened/Closed), Opening Date, etc.
I am looking to create a measure, "New Projects," which would filter the table so that only projects opened in a given time period are included, e.g., since the first of the month. The measure would not involve any calculation or aggregation of data and I am not interested in just the count.
Thanks.