Forum Discussion
TravianMcNavian
4 years agoRegular Visitor
Adding A Percentage Column To A Matrix
Greetings, I hope you are having a blessed day! I am attempting to add a percentage summary to the end of a matrix in my PowerBI report. My current Matrix looks like this: Group ...
- 4 years ago
Hi,
If you want to create a column, that is calculated the percentage value of passing based on each row, you could use below code ("Column 4" is the column without any title in your message) :
Pass percent = divide( [P], ([P] + [F] + [Column4] ))
Anonymous
4 years agoNot applicable
Hi TravianMcNavian,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng