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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Calculate Av of Column of Data

Hi Experts

 

I have calculate the average for each of the business sectors as shown in the screen shot, the problem i am facing is how do i calculate the averge of the data as shown so 186/16 = 11.67% 

Capture.PNG

1 ACCEPTED SOLUTION
v-danhe-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

Based on my test, you could refer to below formula:

Measure 2 = AVERAGEX('Table1','Table1'[Measure])

Result:

2.PNG

You can also download the PBIX file to have a view.

https://www.dropbox.com/s/5rxglrvnanf2oqg/Calculate%20Av%20of%20Column%20of%20Data.pbix?dl=0

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-danhe-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

Based on my test, you could refer to below formula:

Measure 2 = AVERAGEX('Table1','Table1'[Measure])

Result:

2.PNG

You can also download the PBIX file to have a view.

https://www.dropbox.com/s/5rxglrvnanf2oqg/Calculate%20Av%20of%20Column%20of%20Data.pbix?dl=0

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Thanks Daniel...

 

Understand the logic here, much appreciated with the feedback

Hi @Anonymous,

Could you please explain me the logic here and post your desired picture if possible?

 

Regards,

Danile He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi Experts

 

How would you calculate the Average of the following measure..

 

= IF(DIVIDE([Act],COUNT(Case_Data[Apples]),0)=BLANK(),0,(DIVIDE([Act],COUNT(Case_Data[Apples]),0)))

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors