Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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 |
---|---|
81 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
99 | |
56 | |
51 | |
42 | |
40 |