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 / Warning: may represent...
Power Apps
Unanswered

Warning: may represent a column that is not part of the datasource or has not been downloaded

(0) ShareShare
ReportReport
Posted on by 711

My app has a gallery based on a collection filld from a dataverse table with additional columns added afterwards.

If for the items property of the gallery I use (I know it makes no logical sense, just for testing, in fact I want to use more columns)

SortByColumns(
 DitDierEvents
 ,If(
 lListSortCol=2
 ,"cr856_calcshowtime"
 ,"cr856_calcshowtime"
 )

I get the warning "The expression (..) may represent a column that is not part of the datasource or has not been downloaded. Consider using the column name directly in stead"

 

But if I use

 

 ,SortByColumns(
 DitDierEvents
 ,"cr856_calcshowtime"
 ,lListSortDirection
 )

 

I do not get this warning. The column is a bona fide calculated column of the dataverse table. I did not get this warning when using the code before (some weeks ago). The code works as before

 

Anyone know why/how mute the warning?

 

 

 

 

Categories:
  • Steinar Profile Picture
    2 on at

    I have the same issue when using the ctxSortCol as a sort variable in the FluentUI DetailsList component from the Creator Kit (Link).

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard