Forum Discussion

luizahenriques's avatar
luizahenriques
Frequent Visitor
3 years ago
Solved

AVERAGEX and total average

I need to get the average between 3 companies (Rating1 + Rating2 +Rating3)/3 in Total line. But the total show the grouped calculation as I seeing in my report.

 

The total that I would like to see is (7,08+7,25+7,86)/3 = 7,39. However, my measure already has a table VALUES to do the same calculation to the feature d_Requisito[Grupo].

Nota Final Ciclo Anterior = AVERAGEx(VALUES(d_Requisito[Grupo]),[Nota Final (Avaliação Global) - Ciclo Anterior])
 
My question is: How can I do my measure using TWO features?? Group and Company.
 
Thank you so much.
  • Hello luizahenriques ,I don't know if I understand you correctly but this measure provide you with the disred number:

    AVERAGEX(

    VALUES('Table Name'[Attribute]), 

        CALCULATE(AVERAGE(Table Name'[Attribute])

1 Reply

  • Hello luizahenriques ,I don't know if I understand you correctly but this measure provide you with the disred number:

    AVERAGEX(

    VALUES('Table Name'[Attribute]), 

        CALCULATE(AVERAGE(Table Name'[Attribute])