Forum Discussion
Anonymous
6 years agoNot applicable
Help with Finding first Account name on earliest create date.
Hi, I have two columns. COL A has account name(Where the same account name can show up multiple times) and COL B has Earliest Create date. How do I show only the earliest date by Unique Accoun...
- 6 years ago
hi Anonymous
try
measure = calculate(min(Table[Date]), allexcept(Table, Table[account name]))
az38
Community Champion
6 years agohi Anonymous
try
measure = calculate(min(Table[Date]), allexcept(Table, Table[account name]))Anonymous
6 years agoNot applicable
Hi AZ,
This worked great. Thank you.
Thanks,