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 / Gathering data for a g...
Power Apps
Unanswered

Gathering data for a gallery from two tables

(0) ShareShare
ReportReport
Posted on by 26

Hi All,

 

I have a main business calendar built from this YouTube video:

https://www.youtube.com/watch?v=NAEZ4m-EjDA

 

We use it for tracking job milestone dates stored in the table 'Jobs'. In this calendar we also want to display 'custom date entries'. These might be notes about when material will arrive, picking up parts etc. This is stored in the 'CandarEntryDate' column in the 'OtherCalendarEntries' table.

 

The code I'm using to filter data into my gallery Items is:

 

Filter(
 Jobs,
 And(
 'Action Date' = ThisItem.Value,
 Or(
 IsBlank(cbDateType.SelectedItems),
 IsEmpty(cbDateType.SelectedItems),
 'cr07e_datetype' in cbDateType.SelectedItems
 )
 )
)

 

 

From what I've read, using a collection might be a good way to ensure column name consistency but I'm unsure how to implement this as a solution?

 

Thanks in advance!

Categories:
  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @Kato249 ,

     

    For the 'OtherCalendarEntries' table, other than the 'CandarEntryDate' where stores 'custom date entries', is there an 'Action Date' column as well?  According to the column name, it seems like the CandarEntryDate column should include date values, not the notes you mentioned in your post. 

     

    Best regards,

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

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard