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 / Not able to see values...
Power Apps
Answered

Not able to see values in all column.

(0) ShareShare
ReportReport
Posted on by 31

Dear All,

I am facing a weird situation wherein I am not able to see the values of all my columns using this expression: 

ClearCollect(LocalDatasetItem, Filter(Inventory, MaterialCodeId = Dropdown9.Selected.MaterialCodeId)).

 

I am able to see value in few columns but not in all. What could be the reason ? My database has values in all the columns. 
 

anzocontrols_1-1701517625573.png

anzocontrols_2-1701517772549.png

 

 

Categories:
I have the same question (0)
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @anzocontrols,

     

    I expect this to be occurring due to the Explicit Column Selection setting. In short, this setting will cause your queries to only retrieve rows that are actually needed / used in your app to improve performance - if it is supported by the datasource.

     

    LaurensM_0-1701525853266.png


    A way to enforce the retrieval of certain column values would the be via the ShowColumns function:

    Clearcollect(
     colData,
     ShowColumns(
     //Note: datasource would be your Filter statement
     Datasource,
     "Column1",
     "Column2"
     )
    )

     

    To always load all columns without using the ShowColumns function, you would need to turn this setting off. Please note that it is best practise performance-wise to keep Explicit Column Selection turned on.

    Should you want to gain more insight into this setting, be sure to give the following blog post by @timl a read.

     

    If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.

    Thanks!

  • Verified answer
    timl Profile Picture
    37,283 Super User 2026 Season 2 on at

    Yep - @LaurensM is correct here (and thanks for the link)! Explicit Column Selection will be the cause of this behaviour.

  • anzocontrols Profile Picture
    31 on at

    thanks alot for the help. It solved my issue. 

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard