web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
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")

I have the same question (0)
  • Suggested answer
    Abhi Profile Picture
    120 on at

    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,

  • Suggested answer
    Almas Mahfooz Profile Picture
    11,009 User Group Leader on at
     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)
     
     

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 Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

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

#1
11manish Profile Picture

11manish 174

#2
ManoVerse Profile Picture

ManoVerse 58 Super User 2026 Season 1

#3
Niki Patel Profile Picture

Niki Patel 42

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans