Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
samsha786
Helper I
Helper I

Average of Measure Incorrect

Created this view:

Average.png

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:

Allocation % Average = AVERAGEX('Project Resources', 'Project Resources'[Allocation %])
 
Please help! What am I doing wrong?
4 REPLIES 4
v-kelly-msft
Community Support
Community Support

Hi  @samsha786 ,

 

As tested here,it seems that there's no problem in your measure,as you see below:

Annotation 2020-05-15 153105.png

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.

 

Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

 

amitchandak
Super User
Super User

@samsha786 , try something like this

Allocation % Average = AVERAGEX(values('Project Resources'[Architecture chapter]), 'Project Resources'[Allocation %])

Hi. Thanks for your answer unfrotunately, that didn't work.

@samsha786 ,Can you share sample data and sample output.

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.