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 Apps
Unanswered

Data Table help

(0) ShareShare
ReportReport
Posted on by 2

Hi everyone, I'm experiencing some trouble in a data table.

 

I have this set up to filter values in a Sharepoint list by using the "Created By" field - user e-mail matches the "Created By" e-mail. however it's showing duplicate values for some sessions, as if it were not filtering correctly. I'm using the following formula on the items:

Filter(
'APP - New Training',
Title in Filter('APP - Attendance Sheets', 'Created By'.Email = User().Email).Title
)

Then on the columns I'm just using "ThisItem.ColumnName".

 

What am I missing here and how can I get this to work?

For context, this is an app to track attendance on training sessions and the data setup is like this:

APP - New Training has data on the sessions (Title, Date, Duration) + a column called Individual Training (this is to separate sessions seen live from recordings seen on the repository, for certificates purposes)
APP - Attendance Sheets has the attendance records (Title and Created By)

Categories:
I have the same question (0)
  • Fardy_MADI_2 Profile Picture
    334 Super User 2024 Season 1 on at

    Hi @JC_INNV,

     

    Try this

    Filter(
    Filter('APP - Attendance Sheets', 'Created By'.Email = User().Email),
    Title in Filter('APP - Attendance Sheets', 'Created By'.Email = User().Email).Title
    )

     

    Hope this will help you 🙂

  • developerAJ Profile Picture
    4,763 on at

    With({distinctTitle:Distinct(Filter('APP - Attendance Sheets', 'Created By'.Email = User().Email),Title)},Filter('APP - New Training',Title in distinctTitle))

     

    try this out

     

  • JC_INNV Profile Picture
    2 on at

    Sorry for the late reply on this, this topic was pushed back due to other priorities. Unfortunately nonce of the provided solutions worked..
    Fardy1 - your solution did not have the "Duration" column available, not sure why as it is using the correct list

    developerAJ - your solution has the same results I've had in previous attempts, which is duplicate values for sessions with the same name (specifically sessions seen on the repository that have different date, duration and e-mails on the "Created By" column).

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard