Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Compare column value to its total average

Hi, I would like to achieve something like this:


Where Rank = IF(value>Average(value),"Top","Bottom") For now, i only have Type and Value Column I cant seems to obtain a constant value for average(value) when i try to make it as calculated column.

  • Hi Anonymous

     

    Try this for your calculated column:

     

    'Average(Value)'=AVERAGE(Table1[Value])

     

    where Table1 is the name of the tale you are showing

1 Reply

  • AlB's avatar
    AlB
    Icon for Community Champion rankCommunity Champion

    Hi Anonymous

     

    Try this for your calculated column:

     

    'Average(Value)'=AVERAGE(Table1[Value])

     

    where Table1 is the name of the tale you are showing