Forum Discussion
BLM
8 years agoHelper I
AVERAGE
hii i'm trying calculate the value average of a group of products. I attached a image with the column target: i don't know calculate this measure, anyone can help me, please. thank
- 8 years ago
Hi BLM
I have uploaded a simple PBIX file using your sample data set and it shows the measure working. The only way it can come up with another figure is if there is other data in the model that we can't see. Have a look at this and see what you think.
https://1drv.ms/u/s!AtDlC2rep7a-oi35BPacpxPxFVty
Ashish_Mathur
8 years agoSuper User
Hi,
Try this
=CALCULATE(AVERAGE([Unidades]),ALL(Data[PeriodoCalculo]))
Hope this helps.