Forum Discussion

cfosund's avatar
cfosund
Icon for Helper I rankHelper I
5 years ago
Solved

Table 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...
  • AlB's avatar
    5 years ago

    cfosund 

    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