Forum Discussion
samsha786
Helper I
6 years agoAverage of Measure Incorrect
Created this view: Here's the measure for this: Allocation % = SUMX('Project Resources', ((DATEDIFF('Project Resources'[Assigned Start Date], 'Project Resources'[Assigned End Date], DAY)) * ...
amitchandak
Super User
6 years agosamsha786 , try something like this
Allocation % Average = AVERAGEX(values('Project Resources'[Architecture chapter]), 'Project Resources'[Allocation %])
- samsha7866 years ago
Helper I
Hi. Thanks for your answer unfrotunately, that didn't work.
- amitchandak6 years ago
Super User
samsha786 ,Can you share sample data and sample output.