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 for Distinct
Power Apps
Unanswered

Filter for Distinct

(0) ShareShare
ReportReport
Posted on by 557

Hello,

 

I have a Clear Collect function in my on start on my app.  I have a column in the collection called 'UniqueIssues' so thought I could improve the on start by only clearing the Distinct values in my 'UniqueIssues' column.  I am having a hard time adding this to the below formula.  Any help is appreciated.  

 

ClearCollect(Issues,Filter('Issue tracker', Operations.Value="Centralized Services" && Created >= DateAdd(Today(),-1,TimeUnit.Days)))

Categories:
I have the same question (0)
  • Sickle-Cell Profile Picture
    600 Super User 2024 Season 1 on at

    Hi Joel,

     

    The formatting would be something like this I think:-


    ClearCollect(Issues,Distinct(Filter('Issue tracker', Operations.Value="Centralized Services" && Created >= DateAdd(Today(),-1,TimeUnit.Days))),DistinctValue)

  • joel914823 Profile Picture
    557 on at

    @Sickle-Cell   I tried to enter this but the DistinctValue part does not populate.  

    Screenshot 2023-10-30 134449.png

  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi @joel914823 

     

    Try this,

     

    ClearCollect(
    Issues,
    Distinct(
    Filter('Issue tracker', Operations.Value="Centralized Services" &&
    Created >= DateAdd(Today(),-1,TimeUnit.Days)
    ),
    UniqueIssues
    )
    )

     

    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.

     

  • Sickle-Cell Profile Picture
    600 Super User 2024 Season 1 on at

    Hi Joel,

     

    Sorry I wasn't clear. The DistinctValue part will be the column of data you want to return values for. In your case, replace DistinctValue with UniqueIssues 🙂

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 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard