Hi,
I want to do an operation like this:
Pricecurve DtD = IF([Pricecurve EoD]"Dates" = [Pricecurve EoD-1]"Dates"; [Pricecurve EoD] - [Pricecurve EoD-1]; 0)
I would like to write a new measure that compares whether the measures have the same dates (they use the same column from the same table, but are a subset of the sample) and if so, only returns this one.
Thanks.