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
Answered

Filter data table

(0) ShareShare
ReportReport
Posted on by 23

Hey,

I have a data table connected to CDS Users.

In this data table i have an attribute "Windows live ID".

 

I want to filter this particular column such that "Windows live id" = xxxxxxxxx@hp.com

 other data like : xxxxxxxx@HP.onmicrosoft.com should not be present in this column.

 

Inkedusecase_LI.jpg

 

Please help!

Thank you

Categories:
I have the same question (0)
  • Verified answer
    mdevaney Profile Picture
    29,991 Moderator on at

    @portalweb 

    Try this code in the Items property of the data table.  It will exclude any emails ending in onmicrosoft.com.

     

    Filter(your_datasource_name, !(“onmicrosoft.com” in ‘Windows Live ID’))

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • eka24 Profile Picture
    20,925 on at

    Create a collection Onvisible of the screen;

     

    ClearCollect(MyData,AddColumns(Datasource,"WindowLiveId",Right('Windows Live Id' ,Len('Windows Live Id')-Find("@",'Windows Live Id'))))

     
    Then filter Items:
    Filter(MyData, WindowLiveId="hp.com")

     

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

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

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

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard