Forum Discussion
Percentages in table or matrix
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%........
- Anonymous9 years ago
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
1 Reply
- AnonymousNot applicable
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