Forum Discussion
PBI5851
6 years agoHelper V
Calculate average active length
Hello, I have a table that captures for every day each and every product that is active. Ex: Date ProductID Date ProductID 1/1/2020 PID234 1/1/2020 PID444 1/1/2020 PID657 1/2...
Anonymous
6 years agoNot applicable
I do something very similar with inventory, I would assume it should work the same. Basically I want to take the average inventory of each day.
So I do
AVERAGEX( VALUES ( Dates[Date]), [count you want to average] )This will average it over the relevant filter datte range