Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Suggested answer

Filter in Power Apps

(0) ShareShare
ReportReport
Posted on by 10

Hello, I am unable to apply the filter function in a canvas Power apps based on dataverse.
The table name is EssaiNew, in this table there is a column named Status. This column is of multiple choice type, it has these values ​​(In progress, Approved, Renewed).
I would like to display data from the EssayNew table based on the values ​​in the Status column.

Here is the function I wrote in the Items property of a Gallery, none works:
1 - Filter(EssaiNews; Status="In progress")
2 - Filter(EssaiNews; 'Status (EssaiNews)'= "In progress")
3- Filter(EssaiNews; 'Status (EssaiNews)'.'In progress'="In progress")

  • Suggested answer
    Almas Mahfooz Profile Picture
    11,009 User Group Leader on at
    Filter in Power Apps
     Use below function in the items property of your gallery.
               
                                       Filter(EssaiNews Status=Dropdown1.Selected.Value)
     
     
    Dropdown1.Selected.Value is the value selected in dropdown, this dropdown is filling distinct values from EssaiNews table Status field

    You can use below function on items of dropdown
    Distinct(EssaiNews ,Status)
     
     
  • Suggested answer
    Abhi Profile Picture
    120 on at
    RE: Filter in Power Apps

    HI De Yves,

    I have an idea if you interest try this one.

    Create a one text field(TextInput) and button. Select the Button control (Find) and apply this below formula on its OnSelect property as:

    OnSelect = ClearCollect(

      EssaiNews,

       Filter(

           'Listname',

           status = Value(TextInput.Text)

       )

    );

    OR

    try this only in your field

    Filter(

           'Listname',

           status = Value(TextInput.Text)

       );

    Thanks,

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Adis Profile Picture

Adis 136 Super User 2025 Season 1

#2
Sohail Ahmed Profile Picture

Sohail Ahmed 81

#3
Jonas "Jones" Melgaard Profile Picture

Jonas "Jones" Melgaard 77 Super User 2025 Season 1

Product updates

Dynamics 365 release plans