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 A TABLE WITH IF...
Power Apps
Unanswered

FILTER A TABLE WITH IF/THEN AND BLANCO CELLS

(0) ShareShare
ReportReport
Posted on by 93

A good afternoon,

I have a table(Table1), with 5  columns (col1,col2,col3,col4,col5)

 

In Col1 you have appel, peer, carrot

 

In Col2 you have cells that are empty and cell that are not

 

Now I want to get a new table : if Col1 = 'appel' and Col2 is empty then the new table (Table2) needs to have the following colums: Col1,Col2,Col4,Col5 if the above is not true then the new table2 needs to have the following Columns  (Col1,Col2,Col3)

 

When I place in Col2 a fixed name or value then it runs, but I can't get the command to work with empy cell

I tried, Blank, Is Blank, Is empty

 

 

*******************************************************************

If ("appel" in Table1[@Col1] && IsBlank(Table1[@Col2]),
ClearCollect(Table2,
ShowColumns(Table1,"Col1","Col2","Col4","Col5")),
ClearCollect(Table2,

ShowColumns(Table2,"Col1","Col2","Col3"))));

************************************************************

if I change the IsBlank to the value or text that is in that column then it works

can you tell me what I am doing wrong

 

Categories:

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 405 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 368

#3
WarrenBelz Profile Picture

WarrenBelz 244 Most Valuable Professional

Last 30 days Overall leaderboard