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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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