Hi, would appreciate any help with this...
I have a table of UserNames and another table of Dates when orders were made and what was bought and by which users. ( there are multiple dates and orders by the same users ).
Into the UserName table I'd like to return the earliest date each particular User bought a specific item, can this be done in DAX ?
LOOKUP Earliest 'Date' from ORDER_TABLE where UserName = UserName and Product = Product X
Thanks
Gav
I have a table of UserNames and another table of Dates when orders were made and what was bought and by which users. ( there are multiple dates and orders by the same users ).
Into the UserName table I'd like to return the earliest date each particular User bought a specific item, can this be done in DAX ?
LOOKUP Earliest 'Date' from ORDER_TABLE where UserName = UserName and Product = Product X
Thanks
Gav