Forum Discussion
locle90
Helper I
5 years agoaverage measure
Dear All, I have a problem with the average production revenue in the BI report. I have a need to average sales as below. Value and brand entry daily. Can you help me create a measure to calculate t...
MattAllington
Community Champion
5 years agoOk, yes. Mine is simple average, yours is the weighted average. I think the following will work
SUMX(tableName,tableName[Model] * tableName[KG]/sum([tableName[KG]))
locle90
Helper I
5 years agoDear Matt,
Greate.It's can work now.
Thanks so much for your support.
Loc Le