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 / Adding Calculated Colu...
Power Apps
Unanswered

Adding Calculated Columns to Static Table

(0) ShareShare
ReportReport
Posted on by

Hi,

 

I have a table imported from an excel spreadsheet to which I want to add three columns.

 

The issue I'm having is that the third column is calculated off the other two.

 

When I try to add them all in the Items formula using AddColumns I can't get the third to access the first two as they dont' exist yet (at least that's what I think is happening).

 

Is there a way to add columns outside of Items?

 

 

Cheers

 

Categories:
I have the same question (0)
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    Hi @Lewkir,

    Please try creating a collection from your static datasource and then add the calculated columns. You should be able to display the results in a gallery or datatable as well as shaping the collection by filtering, sorting, renaming columns, etc. The main advantages are that you can create collections from very large datasources, all functions will work regardless of delegation, and they will be lightning fast.

    The disadvantage is that you won’t be able to save them unless you create another datasource to save them to.

  • Lewkir Profile Picture
    on at
    Hi Drrickryp, Sorry I'm still fairly new to powerapps. Where would I actually type the code? I'm guessing you mean use the collect function as described here: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-clear-collect-clearcollect but I'm uncertain where I would write this. Thanks for the response.
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    You can do it with th OnSelect property of a button or in the OnVisible property of the screen containing the gallery. The syntax is

    ClearCollect(colDatasource, Yourdatasource)

    The Items property of the datatable or gallery would be  

    AddColumns(colDatasource,”formulaname”,calculation,”formulaname2”,calculation2,etc.)
  • Lewkir Profile Picture
    on at
    Thanks for the help, Drrickryp, unfortunately I'm not sure this will fully work with what I'm trying to do as I need to reference items in a gallery in one of the calculations without it being prompted by the user. useful info to know though which might come in handy in the future. cheers

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 93 Most Valuable Professional

#2
Haque Profile Picture

Haque 81

#3
Valantis Profile Picture

Valantis 49

Last 30 days Overall leaderboard