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 / Error filtering on SQL...
Power Apps
Answered

Error filtering on SQL view: An identifier was expected at position 52.

(0) ShareShare
ReportReport
Posted on by 4

I have a grid where the items selected are being filtered based on the value selected in a dropdown and toggle control as shown below.

Screenshot - 7_24_2018 , 12_46_42 PM.png

 

The dropdown items are coming from '[Active].[Model]', displaying the ModelName (nothing fancy).  The grid is pulling items from a SQL view and the  Items property on the grid is really straight forward:  

 

Filter(
 '[Active].[vwModelReasonCodes]',
 ModelId = Dropdown8.Selected.ModelId,
 IsScrapReason = If(Toggle2.Value, 1, 0)
 )

When I comment out the first filter expression, everything works great, but when I include it, I get this error: "An identifier was expected at position 52."  What's even more strange is that the app works great in the designer but not in the PowerApps desktop app, or when using the app in the browser.

 

 

In doing a bit more troubleshooting, I opened the browser dev toolbar and found some strange behavior.  The request to get the data from vwModelReasonCodes looks like this:

To make it easier to read I've decoded the query parameters below:

  • $filter: (ModelId eq 23)and(IsScrapReason eq 0)
  • $select: IsScrapReason,ModelName,ReasonText,FaultDescription,57dfb1b5-7d79-4046-a4da-fd831d5befe1-KeyId
  • $top: 100

 

I assume this is producing a SQL statement that looks something like this:

SELECT TOP 100 

    IsScrapReason,ModelName,ReasonText,FaultDescription,57dfb1b5-7d79-4046-a4da-fd831d5befe1-KeyId

FROM [Active].[vwModelReasonCodes]

WHERE (ModelId eq 23)and(IsScrapReason eq 0)

 

So I'll state the obvious that there is no column named "57dfb1b5-7d79-4046-a4da-fd831d5befe1-KeyId" in my view.

 

Again, this problem goes away as soon as I comment out the "ModelId = Dropdown8.Selected.ModelId" filter.

 

Any help with this would be very much appreciated!

 

HAR file attached for reference.

Categories:
I have the same question (0)
  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @mcandelo,

     

    Could you please share a bit more about the error message within your app?

     

    I have made a test on my side and don't have the issue that you mentioned.

     

    The user @ORYXIT and @bobed have faced same issue with you, please check the following threads:

    https://powerusers.microsoft.com/t5/General-Discussion/Error-when-app-starting/td-p/105618

     

    https://powerusers.microsoft.com/t5/Connecting-to-Data/The-requested-operation-is-invalid-Server-Response-An-identifier/td-p/119095

     

    Please check if you have enabled/turned on the "Explicit Column Selection" option within the Advanced Settings of App settings (App settings-> Advanced Settings-> "Explicit Column Selection" option), if yes, please take a try to disable/turned off the this option, then check if the issue is solved.

    3.JPG

     

    Best regards,

    Kris

  • mcandelo Profile Picture
    4 on at

    Turning off the Explicit Column Selection option solved the problem, thank you!

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

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 431

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 280 Super User 2026 Season 1

Last 30 days Overall leaderboard