Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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%
Solved! Go to Solution.
Hi @Anonymous,
Based on my test, you could refer to below formula:
Measure 2 = AVERAGEX('Table1','Table1'[Measure])Result:
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
Hi @Anonymous,
Based on my test, you could refer to below formula:
Measure 2 = AVERAGEX('Table1','Table1'[Measure])Result:
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
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
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)))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 62 | |
| 51 | |
| 45 |