MaxInvDate -> =(Date(max(InvDate) -> //ERROR IN CALCULATED DIMENSION
It seems I am stepping on my toes. If I create an expression for Max(InvDate) i get a value
It seems to me, I need to setup these filters before the dimensions are returned.
What am I missing? If I put the MaxDate into n If statement in expressions, I still get all the customers but if the MaxDate is outside my parameter, it just show null
Calculated dimensions usually don't like chart aggregation functions like Max() unless you used advanced aggregation function (aggr) to subtotal it to a specific dimension granularity
MaxInvDate -> =(Date(max(InvDate) -> //ERROR IN CALCULATED DIMENSION
try something like this where you aggregate based on the other chart dimensions: