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
efeltri
New Member

Average

Hi,

I have to do the average in the "delivery cost column", without sum the quantity.

For example. where in "n° extra shipping" column there is "0" i want to  have an average like 0€

where there is 1, 5€ and where there is 2 , 10€. Even if filter for "means of delivery" or date.

I hope i was clear.

Could you please help me?

 

Thank you

N° Extra shippingMeans of delivery delivery cost €
0CAMION                            -   €
0CAMION                            -   €
0CAMION                            -   €
1FURGONE1                       5,00 €
1FURGONE1                       5,00 €
1FURGONE1                       5,00 €
2FURGONE2                     10,00 €
2FURGONE2                     10,00 €
1 ACCEPTED SOLUTION
TomMartens
Super User
Super User

Hey,
try a measure like this

an average =
AVERAGEX(
VALUES('table'[N° Extra Shipping]
,CALCULATE(AVERAGE('table'[delivery cost])
)

Hopefully this will provide what you are looking for.

 

Regards,

Tom

 



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

3 REPLIES 3
TomMartens
Super User
Super User

Hey,
try a measure like this

an average =
AVERAGEX(
VALUES('table'[N° Extra Shipping]
,CALCULATE(AVERAGE('table'[delivery cost])
)

Hopefully this will provide what you are looking for.

 

Regards,

Tom

 



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

ok, i have correct the formula, but it isnt what i have to do.

My result it should be:

A=10€

A=10€

A=10€

 

TOTAL= 10€

 

B=5€

B=5€

B=5€

 

TOTAL=5€

 

 

GRAND TOTAL= 15€

 

 

Now my resul is 10+10+10+5+5+5 =45€  (with the formula like a coloumn)

and 10+10+10=30      5+5+5=15    /2 =22.5 (with the formula like a measure)

 

 

Thank you for our answer.

But im facing this problem. It dont me let add "calculate". What is the problem?

 

"N° trasporti extra" is "N° extra shippping", and "costo trasporto" is "delivery cost"

Cattura.PNG

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.