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

Community site session details

Session Id : 1pWg2Nq4B3vMCbSwb+nGRV
Power Automate - Building Flows
Unanswered

Expression for multiplying an item (Excel percentage column)

Like (0) ShareShare
ReportReport
Posted on 11 Jun 2024 11:31:56 by 774

So I have this Excel file that I use to send data to a Sharepoint number column. One of the Excel columns is of Percentage type, so even though in Excel is shown as 70%, in PowerAutomate this is processed as 0.7. For ease I want to at least have updated to Sharepoint column a 70 (I do things to this number in PowerApps so it is handled correctly as a %, so don't mind that part: i just need to have written a 70). 
And no, I cannot edit the Excel file to change the type of column. 

So, I need an expression that multiplies by 100 this: items('Apply_to_each_1')?['Discount Project']

(Discount Project) is the name of the Excel column. 

I ChatGPTed this query but got an expression that led to an error, but maybe this serves as the begining:

mul(items('Apply_to_each_1')?['Discount for Project Business'], 100)
  • v-yetonggu-msft Profile Picture
    on 12 Jun 2024 at 01:56:36
    Re: Expression for multiplying an item (Excel percentage column)

    Hi @WorkingRicardo ,

    Please try this expression:

     

    formatNumber(items('Apply_to_each_1')?['Discount for Project Business'],'P0')

     

    Best Regards,

    Sunshine Gu

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 2