I am just looking for what I thought would be a simple way of filtering by logged on user. I found this page that said to create a data connection to Office 365 users and add the following but it is not working. I am not married to the this current way of doing it so if you can suggest a better way to it please let me know.
This is suppose to get my profile display name and ensure that it equals the field in Officer Name showing only my entries into the system.
SortByColumns(Filter('Individual-Time', Office365Users.MyProfile().DisplayName = Officer_x0020_Name, StartsWith(ComplianceAssetId, TextSearchBox1.Text)), "ComplianceAssetId", If(SortDescending1, Descending, Ascending))