Forum Discussion
s_kula
3 years agoHelper I
DAX finding dates
Hello, I need to calculate 2 values using DAX function. 1. Calculate the penultimate date for product id 2. Calculate the quantity for a given date and product id. an example table with data is ...
lbendlin
3 years agoSuper User
your sample data only contains one date per product id, so we cannot compute the penultimate date.