Power Apps : Filtering Data by the Current User.
In the latest Power App that I am writing using Dataverse I wanted to filter data from a table on the currently logged in user. My programming back ground told me to find the logged in users GUID and use that as a filter within the app. This would have worked but there is a much simpler way to do this using Data Verse views.