Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building 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.

  • Verified answer
    bob_taylor_pp Profile Picture
    203 on at
    Re: Filter modern data table with text input, drop down & combo box control

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

  • bob_taylor_pp Profile Picture
    203 on at
    Re: Filter modern data table with text input, drop down & combo box control

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

     

    @mmbr1606 

  • bob_taylor_pp Profile Picture
    203 on at
    Re: Filter modern data table with text input, drop down & combo box control

    bob_taylor_pp_0-1720517508603.png

    bob_taylor_pp_1-1720518525339.png

    bob_taylor_pp_2-1720518539609.png

     

    @mmbr1606 

  • mmbr1606 Profile Picture
    11,991 Super User 2025 Season 1 on at
    Re: Filter modern data table with text input, drop down & combo box control

    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
    Re: Filter modern data table with text input, drop down & combo box control

    bob_taylor_pp_0-1720513502656.png

    @mmbr1606 

  • mmbr1606 Profile Picture
    11,991 Super User 2025 Season 1 on at
    Re: Filter modern data table with text input, drop down & combo box control

    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
    Re: Filter modern data table with text input, drop down & combo box control

    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
    11,991 Super User 2025 Season 1 on at
    Re: Filter modern data table with text input, drop down & combo box control

    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

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

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,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard