Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Not working filter

(0) ShareShare
ReportReport
Posted on by

below mention filter not filtering any data, what is the wrong in it?

Created by is default column in SP.

Filter(
'Tracker','Created By'.Email=User().Email,
WorkS.Value = ComboBox1_5.Selected.Value)

 

  • venky232 Profile Picture
    on at
    Re: Not working filter

    @StretchFredrik problem with Start with there showing delegation and not filtering

     

    Filter(
    'Tracker','Created By'.Email=User().Email And
    WorkS.Value = ComboBox1_5.Selected.Value),

    StartsWith(
    Title,
    TextInput1_1.Text)||

    StartsWith(Text(ID),TextInput1_1.Text)

     


    )

  • venky232 Profile Picture
    on at
    Re: Not working filter

    not filtering properly ,showing all other users records also

  • StretchFredrik Profile Picture
    2,640 Super User 2025 Season 1 on at
    Re: Not working filter

    Try this:

     

    Filter(
    'Tracker','Created By'.Email=User().Email And
    WorkS.Value = ComboBox1_5.Selected.Value)

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,679 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,015 Most Valuable Professional

Leaderboard