Forum Discussion
gigi97
2 years agoRegular Visitor
arithmetical average
Hello, I built this dax formula to calculate the average. to prevent it from changing for each row I inserted all. I then filtered by incremental to get an average based on incremental only. However...
Anonymous
2 years agoNot applicable
Hi gigi97 ,
Please have a try.
Create a measure.
measure =
AVERAGEX (
FILTER (
ALL ( table ),
table[scenario] = "Incremental"
&& table[year] = SELECTEDVALUE ( table[year] )
),
table[GM LC/KG]
)
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.