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
I have this data set that I used for a pivot table in Excel in which it counts the number of projects per practice:
# of Completed Projects Per Practice
| 2020 | 2021 | 2022 | |
| YES | 6 | 6 | 8 |
| Verif - DVT | 5 | 1 | |
| Verif - HAV | 5 | 4 | 3 |
| Systems | 89 | 70 | 77 |
| Silicon IP | 2 | ||
| DI | 4 | 3 | 8 |
| AMS Design | 1 | ||
| AMS Verif | 3 | ||
| Total | 109 | 83 | 103 |
And I want to get the average of this count
Avg # of Projects
| YES | 7 |
| Verif - DVT | 3 |
| Verif - HAV | 4 |
| Systems | 79 |
| Silicon IP | 2 |
| DI | 5 |
| AMS Design | 1 |
| AMS Verif | 3 |
Hi,
Please check the below picture and the attached pbix file whether it suits your requirement.
I'm trying to get the dax for the second table
Hi, @Anonymous
Did @Jihwan_Kim ‘s solution not work for you?
If your problem has been solved, you could accept the helpful answer as solution.
If you still need help, please share more details.
Best Regards,
Community Support Team _ Eason
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!