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
Anonymous
Not applicable

calculate average per category per year

hello,

 

New to power bi here and would appreciate some help. 

I want to calculate the average of units per year for apo key and material key (which make a distinct category) for my data. 

For certain purposes the average needs to be calculated for previous year, current year and next year which are denoted by 'PY', 'CY' and 'NY' in a column marked 'IS YEAR'. 

 

the column highlighted is what i need to obtain. 

 

I have tried using this- 

Avg =
CALCULATE (
AVERAGE (z[units] ),
FILTER (z, z[material key]=EARLIER(z[material key]))
)
which is calculating the average based on apo key and material key but the average does not change for different years.
 
can someone provide help with this.
Thanks 🙂sample.PNG
1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

You're nearly there.  You just have to add in the other conditions (which you have described) in to the filter.

e.g.  && z[apo key] = EARLIER (z[apo key])

 

and the same for year.

 

Edit: the CY, NY and PY are irrelevant because you have the Year pre-calculated . Can you confirm?

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

hey! 

the calculation of the average went well. but now i'm stuck at calculating standard deviation of units per category (apo key+ material key) per year which is PY,CY and NY

 

I understand simply using the stdev.p wouldnt work as it computes based on the formula SUM(X-Xavg)^2/n and  n keeps changing per category per year.

is using stdevx.p a better apporach? 

if so, then what would be the expression for it so that standard deviation is obtained per category per year?

 

thank you 🙂

HotChilli
Super User
Super User

You're nearly there.  You just have to add in the other conditions (which you have described) in to the filter.

e.g.  && z[apo key] = EARLIER (z[apo key])

 

and the same for year.

 

Edit: the CY, NY and PY are irrelevant because you have the Year pre-calculated . Can you confirm?

Anonymous
Not applicable

Yep that works 🙂 

i really dont understand how i missed this small step. 

Looks like i need to take a break.

But thanks a tonne

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.