and my current expression then count(distinct[Customer])
-------------------
Now, I want to calculate the # of "new customers" on the fly in the expression, where I can choose any dimension and not limit it to observations. To make this possible, I would need to limit in the expression the Week=Max(Week) available in the database.
Ultimately, what I'm trying to accomplish in plain English : How many New Customers appeared in my database as of the most recent week?