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 Apps
Unanswered

Missing Entries

(0) ShareShare
ReportReport
Posted on by 27

Hi,

 

I have a few filters step up just to search the datatable I have, along with a sort column function. 

 

However, it's missing a few specific rows. Anytime I remove one of the filters, more rows appear which shouldn't be the case. I'd like everything to populate in the datatable while keeping the search functionalities I have set up.

 

 

Sort(
 Filter(
 'IT Equipment List',
 textInputSearch.Text in User,
 SInput.Text in 'Serial Number',
 IsBlank(Dropdown1.Selected.Result) || 'Equipment Type'.Value = Dropdown1.Selected.Result
 ),
 User
)

 

 

Categories:
  • zapperrr Profile Picture
    27 on at

    To add on, I have only about 360 rows and confirmed this with the SharePoint list and an Excel sheet. 

  • zapperrr Profile Picture
    27 on at

    Sorry for the chain of messages, I'm troubleshooting as I go. I found out those missing entries are a result of the column it is filtering being blank. Is there a way to get around it so I can leave it blank and still be able to filter to it? 

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @zapperrr 

    Which column is it that you are finding the issue with?

    Are you wanting to include the record that has the blank column, or exclude it?

  • zapperrr Profile Picture
    27 on at

    The Serial Number column. If it's blank, it won't show. I wish to change that so it shows even if blank.

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @zapperrr 

    Sure, then you can change the formula to the following:

    Sort(
     Filter(
     'IT Equipment List',
     textInputSearch.Text in User,
     SInput.Text in 'Serial Number' || 'Serial Number' = Blank(),
     IsBlank(Dropdown1.Selected.Result) || 'Equipment Type'.Value = Dropdown1.Selected.Result
     ),
     User
    )

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard