Forum Discussion

ppiotr06's avatar
ppiotr06
Frequent Visitor
4 years ago

Average

Hallo

Ich brauche Hilfe für den durchschnittlichen der Kunden übers Jahr. Pro Monat ist es korrekt, aber nicht für das Jahr. 962 ist korrekt.

 

4 Replies

  • ppiotr06 , Assume you are using a  date table, year wise Avg

     

    Calculate(AverageX(Values('dDistribution'[ADM Name]), [# Customer]) , Filter(all( 'date'), 'date'[Year]  = max(date[Year]) ) )

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi ppiotr06 ,


    Could you tell me if your problem has been solved?
    If it is, kindly accept the helpfu reply as the solution. More people will benefit from it.
    Or you are still confused about it, please provide me with some sample data. Be careful to hide private data.


    Best Regards,
    Stephen Tao

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi ppiotr06 ,

       

      Is it possible to provide some dummy data and expected results?

      I'm not sure what your data model looks like and how your formulas are written.

       

      Best Regards,

      Stephen Tao

       

      If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.