Forum Discussion
samsha786
6 years agoHelper I
Average 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
6 years agoSuper User
samsha786 , try something like this
Allocation % Average = AVERAGEX(values('Project Resources'[Architecture chapter]), 'Project Resources'[Allocation %])
- samsha7866 years agoHelper I
Hi. Thanks for your answer unfrotunately, that didn't work.
- amitchandak6 years agoSuper User
samsha786 ,Can you share sample data and sample output.