Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to compare dates in a set analysis?
Max({$<DateA = {"=(DateA = DateB)"}>} [Cost])
I want to calculate the maximum cost when date A is the same as dateB.
Hi, you can try with: Max({<Cost={"=DateA=DateB"}>}Cost)