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)) * 'Project Resources'[Assigned Capacity]) / 365.0)
Works great! The problem comes in when I try to get the average value of this:
Hi @samsha786 ,
As tested here,it seems that there's no problem in your measure,as you see below:
So what kind of problem are you getting?Can you share part of your data and expected output to make the requirement more clear?
Much appreciated.
@samsha786 , try something like this
Allocation % Average = AVERAGEX(values('Project Resources'[Architecture chapter]), 'Project Resources'[Allocation %])
Proud to be a Super User!
Hi. Thanks for your answer unfrotunately, that didn't work.
@samsha786 ,Can you share sample data and sample output.
Proud to be a Super User!
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
438 | |
194 | |
107 | |
56 | |
49 |
User | Count |
---|---|
471 | |
232 | |
129 | |
75 | |
74 |