Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

calculate the value of a lookup column

(0) ShareShare
ReportReport
Posted on by

I have a list in SharePoint Online that has 4 Choice Columns comprised of 4 options each for the user to select.  I also have a Lookup column for each Choice Column that returns a numberical value based on their selection from another list on the same subsite.  I need a Calculated column that will total the 4 numerical values in my Lookup columns but Calculated columns do not support Lookups.

 

I have read that a workaround to this is to build a flow that copies the values from the Lookup column into a Numerical column and then use the Numerical columns as the source for the Calulated columns but I cannot get the flow figured out.  Any assistance with building a flow to do this (or an alternative solution) would be greatly appreciated.  

  • Verified answer
    v-xida-msft Profile Picture
    on at
    Re: calculate the value of a lookup column

    Hi @Anonymous,

     

    Could you please share a bit more about your SharePoint list?

     

    I have created a SharePoint list on my side and the data structure of it as below:24.JPG

    Note: Choice1, Choice2, Choice3 and Choice4 are all Choice type column with 4 options. Lookup1, Lookup2, Lookup3 and Lookup4 are all Lookup type column. Number1, Number2, Number3 and Number4 are all Number type column. Calculated1 is a Calculated type column, the calculated expression of Calculated1 column as below:28.JPG

     

    I have made a test on my side and please take a try with the following workaround:

    • Add a "When an item is created" trigger.
    • Add a "Update item" action, Number1 field set to following formula:

     

    triggerBody()?['Lookup1']?['Value']

    Number2 field set to following formula:

     

    triggerBody()?['Lookup2']?['Value']

    Number3 field set to following formula:

    triggerBody()?['Lookup3']?['Value']

    Number4 field set to following formula:

    triggerBody()?['Lookup4']?['Value']

    Image reference:25.JPG

    The flow works successfully as below:26.JPG

     

    27.JPG

     

     

    Best regards,

    Kris

     

     

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

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!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1