Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Average

Hello, I want to calculate an average of a column after modifying it with a multiplication.


This means that I want to calculate the average of:

CA N with discount = [CA N]-[Discount 1]-[Discount 2]

 

For your information, here are the previous steps which:

Discount 1 = SUM(Account[CA])*0.35

Discount 2 = [Discount 1]*0.1

CA N with discount = [CA N]-[Discount 1]-[Discount 2]

 

Can you help me?

 

THANKS!

 

Gregory

  • try declare var with this mensure [CA N]-[Discount 1]-[Discount 2] and return average var,

    or change your mensure to a custom column, and use this column in average.

5 Replies

  • try declare var with this mensure [CA N]-[Discount 1]-[Discount 2] and return average var,

    or change your mensure to a custom column, and use this column in average.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks, I will try!

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi Anonymous  ,

        Have you solved your problem? If so, can you share your solution here and mark the correct answer as a standard answer to help other members find it faster? Thank you very much for your kind cooperation!

         

         

        Best Regards

        Yilong Zhou

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

    • Anonymous's avatar
      Anonymous
      Not applicable

      No, I got the message: AVERAGE function only accepts a column reference as an argument