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 / Nested Filter Multiple...
Power Apps
Answered

Nested Filter Multiple Tables

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello, I have two tables, I would like to filter the result based on other table's column values. I tried using nested filter but that show error. Here's the code.

Filter(ArchcorpSpace_Table, ID in Filter(AssignSubzone_Table, Date_Assignment = Text(Today())))

The error it show is: invalid schema, expected one column table


I know this error would come up because I need to tell which 'ID' of ArchcorpSpace_Table should match with which column of AssignSubZone_Table. But I don't know the correct syntax. 

My Table has the following structure.

-------------------------------------------

ArchcorpSpace_Table:
ID
Name_Space

ArchcorpSubZone_Table:

ID

Name_SubZone
Date_Assignment

ID_Space


The desired output I want is:

Filter the all Name_Space who has been assigned today in ArchcorpSubZone_Table

-------------------------------------------------------------------------------------------

 

 

Thank you

 

Categories:
I have the same question (0)
  • Verified answer
    Pstork1 Profile Picture
    69,431 Most Valuable Professional on at

    I see two problems with your formula.  First, as the error says you need to get your second filter down to a single column to use in.  You also need to filter out the Time value from the Date_Assignment column or it will never match Today().  Try this modification.

    Filter(ArchcorpSpace_Table, ID in ShowColumns(Filter('AssignSubzone_Table', Text(Date_Assignment,ShortDate) = Text(Today())), Date_Assignment))
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thank you so much @Pstork1 . You have saved my day 🙂

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 883

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 477

Last 30 days Overall leaderboard