filtered average
1 TopicAverage of filtered values (filtered from value in another column)
Hi, I would like to create an average value from a filtered set of rows, where the value in another field = "Boats". i.e. I have all the amounts in one column, but some of these are for (e.g.) planes, some for boats, some for cars. And the vehicle type is recorded in another column. So looking to create an average for each vehicle type. E.g. BoatAverageAmount = average of the amount field in rows where vehicletype = "Boat". Would this be a column or a measure? And what would be the DAX? Thanks for your help.Solved2.1KViews0likes4Comments