Forum Discussion
Anonymous
4 years agoNot 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 ...
v-kkf-msft
Community Support
4 years agoHi Anonymous ,
Maybe you can try the measure.
Measure = SUM('Table'[Value]) / CALCULATE(SUM('Table'[Value]), ALLSELECTED('Table'[SubCategory]))
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.