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 / Filter modern data tab...
Power Apps
Answered

Filter modern data table with text input, drop down & combo box control

(1) ShareShare
ReportReport
Posted on by 203

Hi community

 

I would like to filter a modern data table with a text input, drop down and combo box control. Unfortunately it does not work. What is wrong with the syntax?

 

Filter(
    Demo_Vertragsmanagement;
    (IsBlank(TextInputCanvas1.Value) || TextInputCanvas1.Value in Titel) &&
    (IsBlank(DropdownCanvas2.Selected.Value) || Status = DropdownCanvas2.Selected.Value) &&
    (IsBlank(ComboboxCanvas1.Selected.Result) || Company = ComboboxCanvas1.Selected.Result) &&
    (IsBlank(DropdownCanvas1.Selected.Value) || VertragArt = DropdownCanvas1.Selected.Value)
)
 
bob_taylor_pp_0-1720512120713.png

 

I am grateful for any help.

Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @bob_taylor_pp 

     

    as of now many wont suggest using modern controls, as many of them are still in preview and can be buggy at many places. have u tried the same with classic controls?

     

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

  • bob_taylor_pp Profile Picture
    203 on at

    The same problem...maybe it's because of the other modern controls I'm using. So text input, dropdown...

     

    Filter(
        Demo_Vertragsmanagement;
        (IsBlank(TextInputCanvas1.Value) || TextInputCanvas1.Value in Titel) &&
        (IsBlank(DropdownCanvas2.Selected.Value) || Status = DropdownCanvas2.Selected.Value) &&
        (IsBlank(ComboboxCanvas1.Selected.Value) || Company = ComboboxCanvas1.Selected.Value) &&
        (IsBlank(DropdownCanvas1.Selected.Value) || VertragArt = DropdownCanvas1.Selected.Value)
    )
     
    bob_taylor_pp_0-1720512680104.png

     

  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    from the screenshot you are showing it looks like its not an issue with the code. looks more like a delegation warning, what does the yellow triangle say when u hover over it?

  • bob_taylor_pp Profile Picture
    203 on at

    bob_taylor_pp_0-1720513502656.png

    @mmbr1606 

  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    As said this in a delegation warnung for lists over 2000 items. How large is your list ?

  • bob_taylor_pp Profile Picture
    203 on at

    bob_taylor_pp_0-1720517508603.png

    bob_taylor_pp_1-1720518525339.png

    bob_taylor_pp_2-1720518539609.png

     

    @mmbr1606 

  • bob_taylor_pp Profile Picture
    203 on at

    So it can't be the number of items. What else could be checked?

     

    @mmbr1606 

  • Verified answer
    bob_taylor_pp Profile Picture
    203 on at

    I solved it myself. Used the old dropdown and text input controls.

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 977

#2
Valantis Profile Picture

Valantis 664

#3
11manish Profile Picture

11manish 530

Last 30 days Overall leaderboard