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 / Different functionalit...
Power Apps
Answered

Different functionality for same excel document on Sharepoint and Local Upload

(0) ShareShare
ReportReport
Posted on by 9

Hi all, 

this is an interesting one for me.

 

I have a combined search and filter function applied to gallery items. 

Search(Filter(Table1, ProductTypeID='Product Type Gallery'.Selected.'Type ID'), Searchbox.Text,"ProductNumber","ProductName")

 

The code above works perfectly when the Excel data source is uploaded as static data (Image label 2), but it does not work using the same file from SharePoint (Image label 1).

Snipaste_2023-07-10_11-59-26.png

 

Is this expected behaviour? If not, what may be causing this issue?

 

Thanks

 

Categories:
I have the same question (0)
  • Verified answer
    dodzikojo Profile Picture
    9 on at

    Resolved using the below instead.

     

    With(
     {
     MyData: Filter(
     Table1,
     ProductTypeID = 'Product Type Gallery'.Selected.'Type ID'
     )
     },
     Search(
     MyData,
     Searchbox.Text,
     "ProductNumber",
     "ProductName"
     )
    )

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 525 Most Valuable Professional

#2
Haque Profile Picture

Haque 273

#3
Kalathiya Profile Picture

Kalathiya 232 Super User 2026 Season 1

Last 30 days Overall leaderboard