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 / Applying filter on SQL...
Power Apps
Unanswered

Applying filter on SQL Server table column with data type as nvarchar

(0) ShareShare
ReportReport
Posted on by 2

Hi Team,

In Power Apps, while applying filter I am unable to apply filter on a SQL Server data column whose data type is nvarchar. I need to apply filter on a column with datatype as nvarchar and text as Open, can you please provide the syntax. SQL Server table for the mentioned column I have imported in the power app.

 

Thanks,

Salil

Categories:
  • timl Profile Picture
    37,287 Super User 2026 Season 2 on at

    Hi @SalilSingh 

    There is nothing in Power Apps that prevents us from applying a filter condition to an nvarchar column. This is the syntax that you would use.

    Filter(YourSQLTable,
     TargetColumn = "Open"
    )
  • MeravPazgas Profile Picture
    2 on at

    Hi,

    nvarchar fields do not filtered when writing 2 Hebrew words or hebrew word and a number.

    why?

    ClearCollect(

        tblFilterHubs,

        Sort(

            Filter(

                'ods.HubAndDest',

                (txtSrcCustName.Text in CUSTNAME && txtSrcCustDes.Text in custDes && txtSrcAddress.Text in ADDRESS && txtSrcCity.Text in ZPAZ_CITYNAME &&

                         txtSrcStreet.Text in ZPAZ_STREETNAME && txtSrcDistrict.Text in DISTRICTDES)

            ),

            ZPAZ_CITYNAME,

            SortOrder.Descending

        )

    );

     

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 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard