Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Need help with the average calculated measure

Hi all,   I have data in PowerBI with three columns as shown below in column A, B and C. I am trying to get the average value by objective as expected in column D. I've tried using this formula: ...
  • parry2k's avatar
    7 years ago

    Anonymous try following measure

     

    Avg Object = CALCULATE( AVERAGE( Query1[Amount] ), ALLEXCEPT( Query1, Query1[Object] )  )