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.