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 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
Employee
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
Employee
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
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.