Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Add Average Function into Summarize

Hi Experts   I want the average of a particular column in the following DAX Summary = filter ( Summarize (Input[Year],Input'[M Column],Average(Input[Addtion]/2), Input[Terms]), Input[Terms] = "BTM...
  • Jihwan_Kim's avatar
    Jihwan_Kim
    5 years ago

    Hmm

    can you please try to replace the above with the below?

     

    (input[adition])/2, input[terms]),input[terms]