web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Filter Dataverse Table...
Power Apps
Unanswered

Filter Dataverse Table with multiple Or

(0) ShareShare
ReportReport
Posted on by 67

Hello together,

 

i have a Tablecontrol in a Canvas App and as the Datasource i am using a Dataverse table.

In the Table i have 3 Textcolumns. Now i want to Filter the table that only records are shown if one or all of the columns are not empty. 

 

I tried

 

Filter(
'Worker Times',
Or(
!IsBlank(Comments),
!IsBlank(Comments2),
!IsBlank(Comments3)
)
)

 

but that´s not working. If i use only one Parameter in the Filter, like !IsBlank(Comments), of corse it works.
But i need that it works if one or all of the fields are NOT empty, the record should be included in the result.

 

thx in adv.

 

Manfred

Categories:
I have the same question (0)
  • Rajkumar_M Profile Picture
    3,741 Super User 2025 Season 2 on at

    Hi @MB29 

     

    Try this,

     

    Filter('Worker Times', !IsBlank(Comments) || !IsBlank(Comments2) || !IsBlank(Comments3))

     

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

     

  • MB29 Profile Picture
    67 on at

    Hey Rajkumar,

     

    thx for your response, but sadly it does not work either :(.

    If i use it i get no results which is very very strange.

     

    MB29_0-1702802792955.png

     

    and when i use only one !IsBlank i get a result

     

    MB29_1-1702802957488.png

     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 759 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 310 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 228

Last 30 days Overall leaderboard