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 / Gallery not displaying...
Power Apps
Answered

Gallery not displaying data whilst using Search, Date Picker and Dropdown

(0) ShareShare
ReportReport
Posted on by 58
Hi all
 
I have a Gallery which i need to show the data from my source " 'bi tac dashboard'", but i cant seem to get it to display results when i have my Search feature, my Date Picker and my Dropdowns added. The code is below, and the last part i added was the Drop down. Prior to adding this, the code worked. 
 
Search(
    Filter(
        Filter(
        '[dbo].[bi_tac_dashboard]',
        valuedate = DatePicker.SelectedDate),
        Dropdown1.Selected.KPI_Code),
    SearchInput1.Text,
    ACentity,
    KPI_Code
)
 
Categories:
I have the same question (0)
  • Verified answer
    Anonymous_Hippo Profile Picture
    1,247 Super User 2024 Season 1 on at

    Hello @michael_91 ,

     

    Looks like your dropdown filter is missing a condition that it should evaluate ?

    Can you perhaps try this

     

    Search(
     Filter(
     '[dbo].[bi_tac_dashboard]',
     valuedate = DatePicker.SelectedDate && 
     
     // Filter by KPI code selected in Dropdown
     KPI_CodeColumn = Dropdown1.Selected.KPI_Code //replace KPI_CodeColumn with the correct column
     ),
     SearchInput1.Text,
     ACentity,
     KPI_Code
    )
    

     

     

    Cheers !

     

  • michael_91 Profile Picture
    58 on at

    Hi @Anonymous_Hippo 

    That was the missing part i needed, thank you!

    KPI_CodeColumn = Dropdown1.Selected.KPI_Code

     

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 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard