Forum Discussion
jerryr125
3 years agoHelper IV
Display values in a Card or Text Box
Hi - I am looking to do the following in either a Card or a Text Box: * I would like to display the earliest date and the latest date of a specific field * I would like values NOT to change upon fi...
Greg_Deckler
3 years agoCommunity Champion
jerryr125 Try:
Earliest Measure = MINX(ALL('Table'), [Date])
Lastest Measture = MAXX(ALL('Table'), [Date])