Thanks for any help in advance.

I have a dax measure (maxstoptime) such as: =max(provideranalysis[stoptime])

I have dates on the rows and that measure in the values section.

Now I want to take the average of that measure (maxstoptime) but I can't get it to work. I've tried: =average([maxstoptime]) and it doesnt work. Does anyone know a way to take the average of another measure?

Thanks,