In an app I have a set of three dimensions (PRODUCT_ID, PRICE, DATETIME). What would be the correct chart expression for PRICE_AT_180 to show the the listed price closest before 180 days after the first listing?
I have tried several variations of =FirstSortedValue(EST_100, EST_DATETIME_FR+180) but nothing gives the desired result. Assistance on this would be highly appreciated. Thanks//Peter