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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Percentage value correction

Hi All,

we  have some percentage value basis on single direct column on the card visualization which we need to modify with only two digits percentage  and I have adjusted /reduced percentage digit also in power bi desktop.

 

example: we have  value like this -144424% and we need to modify it to 14 % .  Kindly help how to display two value digit percentage on the card visualization   .

c8916239_0-1649831964557.png

 

 

 

 

Thanks,

Raghu

10 REPLIES 10
v-chenwuz-msft
Community Support
Community Support

Hi @Anonymous ,

 

You want always display the first and second number of this vaule?

 

Maybe you can try this:

var _len = len(SUM(final[region_involvement_score]))

return

SUM(final[region_involvement_score])/POWER(10,_len)

 

Best Regards

Community Support Team _ chenwu zhu

 

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

Anonymous
Not applicable

Hi Chenwu,

i have tried but still no luck. i want to show pecentage on single  column using card visuvalization .

PFbelow  screenshot.

c8916239_0-1650345412337.png

 

 

 

 

Thanks,

Raghu

 

Hi @Anonymous ,

 

Use FORMAT( [values], "00%" )

Or modify the result as the screenshot.

vchenwuzmsft_0-1650348888851.png

 

Best Regards

Community Support Team _ chenwu zhu

 

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

Anonymous
Not applicable

HI Chenwuz,

 

i am new to power bi . can you please provide screenshot for to get two numbers percentage?

i have tried below changes  still not getting 

c8916239_0-1650349874553.png

i need to show like this

c8916239_1-1650349988694.png

 

 

Thanks,

Raghu

Hi @Anonymous ,

 

I put my pbix file in the end you can refer.

 

Best Regards

Community Support Team _ chenwu zhu

 

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

Anonymous
Not applicable

Thanks for sharing PBIX file. here i need to display percntage value based on sigle column i dont have any other columns which shared above post.

Kinldy help..

 

Thanks,

Raghu

 

Anonymous
Not applicable

Hi Amit, i have donr like this -

SUM(final[region_involvement_score])/100 still getting same value .
 
 
Thanks,
Raghu
Anonymous
Not applicable

Still getting same value . could you please send formula ?

amitchandak
Super User
Super User

@Anonymous , I think first divide the actual value by 100 and then mark it as a percent column.

 

If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi Amit, i have done like this -

SUM(final[region_involvement_score])/100 still getting same value .

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.