Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi @Anonymous ,
Thank you for your reply.
I did not pose my question, correctly.
Here is my matrix.
My goal: create a measure that gives me an average percent.
For example, in Excel, I can perform the following.
Transform Data | Percent |
Join datasets | 91.67% |
Map fields between tables | 70.83% |
Transform from wide to long | 66.67% |
Union datasets | 66.67% |
Average Percent | 73.96% |
I can calculate the average percent with the following excel formula, =Subtotal(1, B2:B5).
What would the equivalent be in DAX?
Any nudge is greatly appreciated.
Luis Pablo Martinez
Hi @Anonymous ,
Based on the pbix file you provided, I tried to create a new meaure based on the meaure you created for the purpose you want to calculate the average ratio.
Create a measure:
Average Percent =
AVERAGEX(
VALUES('Survey Fact'[Response ID]),
[Percent]
)
Fianl output
Best regards
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |