Forum Discussion
Average Calculation
- Anonymous7 years ago
cosminc yeah. You can use the little down arrow there to change it to any other summarization type, such as average. Or of course write an explicit measure that does the same thing. Such as...
Avg Amount = AVERAGE(TableName[Amount])
Hi
the column Amount is number type and Modelling - Default summarization is Sum?
Hope it helps,
Cosmin
cosminc yeah. You can use the little down arrow there to change it to any other summarization type, such as average. Or of course write an explicit measure that does the same thing. Such as...
Avg Amount = AVERAGE(TableName[Amount])
- UK_User1234567 years agoResolver I
Hi All,
Thanks for the response, it just clicked to me after reading your responses that my amount for some reason when imported into power bi it changed the format to text when it should have been whole number which is the reason I couldnt summarise it.
Thanks