Forum Discussion
ak77
Post Patron
2 years agoMeasure for getting Minimun date from dataset
Hi All, I need a help for a measure I have client code , product and DateFrom columns in a dataset and one client can have multiple products (one to many) for a day i need a measure t...
audreygerred
Super User
2 years agoHi! You can use the MIN function for DAx: MIN function (DAX) - DAX | Microsoft Learn
In your example, you could set up a table or matrix that has your product field, your client field, and the measure for MIN date. This will show you the earliest date available for whatever combination of product and client there is.