Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i wanted to calculate the rate with a condition to pick the max date,, the rate are usually updated,
i have tried this but didn't work:
num(max({<Customer_ID= {'1'}, Satisfaction_rate_date={"$(=Date(max(Satisfaction_rate_date)))"}>} [Satisfaction rate]), '0.0%')
aggr function might be helpful
num(max({<Customer_ID= {'1'}, Satisfaction_rate_date={"$(=Date(max(TOTAL Satisfaction_rate_date)))"}>} [Satisfaction rate]), '0.0%')