Hi,
I want to implement an APP in my area; I want a search bar and show some info. The problem here is not intuitive and confusing to me.
- I created a List in SharePoint with the info.
- I found the option "Automate," and I select PoweraApp
- Now I want to change my Gallery
Issues:
- How Do you filter the info?
- How Do you filter and use it in a search bar?
- It is not Power BI, but filters and counts are difficult
Requesting your help and experience to fix this:
- Search Bar created with info that I don't need.
SortByColumns(Filter([@'PBG IT List'], StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
- Search Bar created by me that is not able to search:
GroupBy('PBG IT List',"Title","GBN")
I appreciate your comments.
WA.

Report
All responses (
Answers (