Forum Discussion
Anonymous
5 years agoNot applicable
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...
- 5 years ago
Hmm
can you please try to replace the above with the below?
(input[adition])/2, input[terms]),input[terms]
Anonymous
5 years agoNot applicable
Nope...Kim
Jihwan_Kim
5 years agoSuper User
please share the sample pbix file, if possible.
That will be very much helpful for me to come up with a more accurate measure.
- Anonymous5 years agoNot applicable
"RT",(Average(input[Additon])/2), works but error ,Input[Terms]),Input[Terms]="BTMT")