Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want a formula within my measure to say
if Date_In equals Quota_Date then total_val
Is this possible please?
have you tried
Sum(If( Data_In=Max(Quota_Date),Total_Val))
Hi:
Sum({<Data_In={">=$(=max(Quota_Date))<=$(=max(Quota_Date))"}>} Total_Val)
Best Regards,
Juan P. Barroso