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 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,743 Moderator 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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 101 Most Valuable Professional

#2
Haque Profile Picture

Haque 81

#3
VASANTH KUMAR BALMADI Profile Picture

VASANTH KUMAR BALMADI 70

Last 30 days Overall leaderboard