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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
vilden
Regular Visitor

how can i add % in matrix

Hello, i have matrix like this and i need to calculate it in % too, now it is just calculated like

Početnosť = DISTINCTCOUNT(KP[K_PODPROD]).
Summary need to be 100%, how can i transform it to %??

vilden_0-1669717326582.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @vilden ,

 

You can through the following ways to change it to % format:

vmengzhumsft_0-1669792083935.png

2

vmengzhumsft_1-1669792145534.png

 

Best regards,

Community Support Team Selina zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @vilden ,

 

You can through the following ways to change it to % format:

vmengzhumsft_0-1669792083935.png

2

vmengzhumsft_1-1669792145534.png

 

Best regards,

Community Support Team Selina zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

BITomS
Continued Contributor
Continued Contributor

Hi @vilden,

 

Sounds like you need to create some new measures using the DIVIDE expression:

 

Measure = DIVIDE([Numerator],[Denominator])

Doesnt work.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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