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 two dropdowns a...
Power Apps
Unanswered

Filter two dropdowns and two textboxes

(0) ShareShare
ReportReport
Posted on by 28

Hi all,

 

Hope you can help me with the following problem. I want to filter the galleries from each phase. When no filter is applied, each bucket/phase (Ideation, Conceptualisation, Realisation and Implementation) should display all records that are applicable to that bucket/phase. However, I also want to filter on:

  1. Responsible (input: textbox)
  2. Innovation name (input: textbox)
  3. Guild (input: combobox)
  4. Chapter (input: combobox)

Can someone please help me with the formula that each gallery should have to enable these options? Thanks in advance!

Full screen.png
Intern - button on select.png
Intern - gallery filter.png
Categories:
I have the same question (0)
  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @YdR :

    You could try something like:

    Filter(
     YourDataSouce,
     (IsBlank(ResponsibleTextbox.Text)||Responsible=ResponsibleTextbox.Text)&&
     (IsBlank(InnovationNameTextbox.Text)||'Innovation name'=InnovationNameTextbox.Text)&&
     (IsBlank(GuildComboBox.Selected)||Guild=GuildComboBox.Selected.Value)&&
     (IsBlank(ChapterComboBox.Selected)||Chapter=ChapterComboBox.Selected.Value) 
    )

    Best Regards,

    Bof

  • YdR Profile Picture
    28 on at

    Hi powerapp sharing process 

     

    Thank you for your reply. 

    I am using Dataverse and the table name is "Innovations". 

     

    I couldn't find the solution I was looking for in the document you sent, do you maybe know how to seal the deal here? Could it be a problem that column "Guild" is a choices column? If so, how do I resolve this issue?

     

    Intern - Guild filter not working.pngIntern - Guild combobox items.png

  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @YdR :

    Please try:

    Filter(
     YourDataSouce,
     (IsBlank(ResponsibleTextbox.Text)||Responsible=ResponsibleTextbox.Text)&&
     (IsBlank(InnovationNameTextbox.Text)||'Innovation name'=InnovationNameTextbox.Text)&&
     (IsBlank(GuildComboBox.Selected)||Guild.Value=GuildComboBox.Selected.Value)&&
     (IsBlank(ChapterComboBox.Selected)||Chapter=ChapterComboBox.Selected.Value) 
    )

     or

    Filter(
     YourDataSouce,
     (IsBlank(ResponsibleTextbox.Text)||Responsible=ResponsibleTextbox.Text)&&
     (IsBlank(InnovationNameTextbox.Text)||'Innovation name'=InnovationNameTextbox.Text)&&
     (IsBlank(GuildComboBox.Selected)||Text(Guild.Value)=Text(GuildComboBox.Selected.Value))&&
     (IsBlank(ChapterComboBox.Selected)||Chapter=ChapterComboBox.Selected.Value) 
    )

    Best Regards,

    Bof

  • YdR Profile Picture
    28 on at

    Hi Bof,

     

    Thank you for the quick reply. There still is an error unfortunately. The error message states: we expect a text or number in this phase of the formula.

    Intern - reaction Bof.png

  • YdR Profile Picture
    28 on at

    Hi @v-bofeng-msft ,

     

    Do you have a solution for this? 😊

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 305 Most Valuable Professional

#2
11manish Profile Picture

11manish 212

#3
Valantis Profile Picture

Valantis 167

Last 30 days Overall leaderboard