web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Show percentage format...
Power Apps
Answered

Show percentage format number from the SUM of various fields

(0) ShareShare
ReportReport
Posted on by 485

Hi community,

 

I have the next formula...

Text(
 (txt_TotalUnits1_N_OXN / Sum(
 txt_TotalUnits1_N_OXN,
 txt_TotalUnits2_P_OXN,
 txt_TotalUnits3_K_OXN,
 txt_TotalUnits4_S_OXN,
 txt_TotalUnits5_Ca_OXN,
 txt_TotalUnits6_Fe_OXN,
 txt_TotalUnits7_Mg_OXN,
 txt_TotalUnits8_Mn_OXN,
 txt_TotalUnits9_Zn_OXN, "#%"
 ))
)

esjimenezp_0-1667406162596.png

 

And I would like to convert to a percentage format like the next picture from Excel, any suggestion that would be great, thanks in

advance.

 

esjimenezp_1-1667406292938.png

 

Kind regards 👋

Categories:
I have the same question (0)
  • TheRobRush Profile Picture
    11,128 Moderator on at

    Use round() and multiply the value of all your sum by 100

  • esjimenezp Profile Picture
    485 on at

    Thanks @TheRobRush for your comments, can you help me to understand this one

    Round(Value(txt_TotalUnits1_N_OXN.Text) / Sum(Value(txt_TotalUnits1_N_OXN.Text), Value(txt_TotalUnits2_P_OXN.Text), Value(txt_TotalUnits3_K_OXN.Text), Value(txt_TotalUnits4_S_OXN.Text), Value(txt_TotalUnits5_Ca_OXN.Text), Value(txt_TotalUnits6_Fe_OXN.Text), Value(txt_TotalUnits7_Mg_OXN.Text), Value(txt_TotalUnits8_Mn_OXN.Text), Value(txt_TotalUnits9_Zn_OXN.Text) * 100, "#%"))

    it show me the next error

    esjimenezp_0-1667413844821.png

    Thanks again for your time 👋

     

    Kind regards!!

  • Verified answer
    TheRobRush Profile Picture
    11,128 Moderator on at

    typing from my phone so let me know if theres an error but should be more like

    Round( 
     Sum(
     txt_TotalUnits1_N_OXN / 
     Sum(
     txt_TotalUnits1_N_OXN,
     txt_TotalUnits2_P_OXN,
     txt_TotalUnits3_K_OXN,
     txt_TotalUnits4_S_OXN,
     txt_TotalUnits5_Ca_OXN,
     txt_TotalUnits6_Fe_OXN,
     txt_TotalUnits7_Mg_OXN,
     txt_TotalUnits8_Mn_OXN,
     txt_TotalUnits9_Zn_OXN) *100 ),2)

     

    then just concatenate or whatever you prefer to throw a % on the end

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 463

#2
WarrenBelz Profile Picture

WarrenBelz 364 Most Valuable Professional

#3
11manish Profile Picture

11manish 275

Last 30 days Overall leaderboard