Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi All,
I have two groups Meets and doesnot meet related to that i have site numbers and Ass ID.
MarQ outcome = does not meet & Meet
I want to count Assessment ID's for site number based on MarQ outcome and show percentages for Meets and does not meet.
output % = 2/3079*100 = 0.064%........
Solved! Go to Solution.
Hi @chotu27,
Perhaps you can try to use below formula if it suitable for your scenario.
output %= COUNT(Table[Assessment])/ COUNTX(ALL(Table[Assessment]),[Assessment])*100
In addition, you can also try to use the 'show value as' feature and choose the 'percent of grand total' option.
If above not help, please provide the sample data to test.
Regard,
Xiaoxin Sheng
Hi @chotu27,
Perhaps you can try to use below formula if it suitable for your scenario.
output %= COUNT(Table[Assessment])/ COUNTX(ALL(Table[Assessment]),[Assessment])*100
In addition, you can also try to use the 'show value as' feature and choose the 'percent of grand total' option.
If above not help, please provide the sample data to test.
Regard,
Xiaoxin Sheng
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
79 | |
58 | |
36 | |
35 |
User | Count |
---|---|
99 | |
56 | |
56 | |
46 | |
40 |