Forum Discussion
cfosund
Helper I
5 years agoTable visual shows wrong average total with dax measure
Hi, I'm having trouble getting the correct average total value in a table visual when I create the following DAX Measure: Avg time in minutes = VAR Name1 = CALCULATE(AVERAGE('Timestamp'[Time...
- 5 years ago
Try this new measure, based on the one you already have:
Avg time in minutes TOT = AVERAGEX(DISTINCT(Timestamp[Event Id]), [Avg time in minutes])See your modified file attached
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
AlB
Community Champion
5 years agoTry this new measure, based on the one you already have:
Avg time in minutes TOT =
AVERAGEX(DISTINCT(Timestamp[Event Id]), [Avg time in minutes])
See your modified file attached
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers