Forum Discussion

PowerBiNoob's avatar
PowerBiNoob
Frequent Visitor
9 years ago
Solved

Avg on different values in same column

Hey,   I have a Table which contains the following columns, I would like to get the average of the "SampleValue" for each of the "WhatWeek"  - example (avg 22.6 for Last Week , avg 134.5 for Curren...
  • Phil_Seamark's avatar
    Phil_Seamark
    9 years ago

    Hi PowerBiNoob

     

    To do what you want, just create some calculated measures.  You can start with a pretty easy measure like :

     

    Average of SampleValue = AVERAGE('Table1'[SampleValue])

    And then drag this to your visual.  You can then create additional measures for your previous week, and difference metrics