Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Display Value and Percentage in Matrix Power BI

Hi Everyone, I am trying to create a Matrix where i need to Display number like value (%). Could you please advise what is the best way to derive that. Really appreciate your help.

Here is my Model Matrix and desired Matrix.

 

Model Matrix.

Category SubCategory 1SubCategory 2SubCategory 3SubCategory 4SubCategory 5Total

cat A12 6 523
Cat B  16 1733
Cat C 15 1 16

 

Desired Matrix.

Category SubCategory 1SubCategory 2SubCategory 3SubCategory 4SubCategory 5Total

cat A12 (52%)0 (0%)6(26%)0 (0%)5 (21%)23
Cat B0 (0%)0 (0%)16 (48%)0 (0%)17 (6%)33
Cat C0 (0%)15(94%)0 (0%)1 (6%)0 (0%)16

 

Thank you so much in advance.

2 REPLIES 2
v-kkf-msft
Community Support
Community Support

Hi @Anonymous ,

 

Maybe you can try the measure.

 

Measure = SUM('Table'[Value]) / CALCULATE(SUM('Table'[Value]), ALLSELECTED('Table'[SubCategory]))

vkkfmsft_0-1660718114710.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

tackytechtom
Super User
Super User

Hi @Anonymous ,

 

I'd suggest to write some DAX. The FORMAT function should do the trick, although bear in mind that PBI converts your number to string which in your case should be the right format anyway ( the value "12 (52%)" is a string after all).

 

Let me know if this helps!

 

/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/



Did I answer your question➡️ Please, mark my post as a solution ✔️

Also happily accepting Kudos 🙂

Feel free to connect with me on LinkedIn! linkedIn

#proudtobeasuperuser 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors