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 / Store Filtered Records...
Power Apps
Answered

Store Filtered Records/Table to a Variable

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi everyone,

So I have a this table that I use as a data source in my power app.

 

Capture.JPG

 

And I want to filter this table based on the BaggageId. The BaggageId will be selected from a DropDown. So I performed following formula 

 

Filter('[dbo].[vBaggageHistory]',BaggageId=Dropdown_baggagetracking.Selected.Result && Status=1)

 

Since this table will be used in multiple points on one screen, I was thinking to store this filter result in a varible, so my app doesnt have to perform filtering every single time. And so I executed this formula

 

UpdateContext{ varFilteredResult : Filter('[dbo].[vBaggageHistory]',BaggageId=Dropdown_baggagetracking.Selected.Result && Status=1)}

 

However, in this variable only the value from BaggageId and Status are stored. For other attributes (Id, Message, UTCTimeStamp) the values are not stored (blank). It looks like only the values from the attributes used in filter function conditional expression are stored. Does anyone know how I can store all values from filtered table/record?

 

Capture1.JPG

 

 Many Thanks in advance!

 

Categories:
I have the same question (0)
  • Verified answer
    Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Do you have explicit column selection turned on in the app's settings?

  • eka24 Profile Picture
    20,925 on at

    On visible of the screen:
    Set(Varbaggagetracking,Dropdown_baggagetracking.Selected.Result)
    Then filter:
    Filter('[dbo].[vBaggageHistory]',BaggageId=Varbaggagetracking&& Status=1)

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Indeed this does the trick. Now all attributes values are stored. When I turned this setting off, what kind of effects does it bring for my app?

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Explicit column selection speeds up data processing by only including columns that are used in the app. So if a column in your data source is not referenced anywhere, it will ignore it. By turning this option off, all of your data sources will pull down all column values in your app.

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard