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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors