Hi @BigTex ,
Could you please share a bit more about your issue?
How do you display the profile image within your app? Using Image control?
I have made a test on my side, and don't have the issue that you mentioned. The screenshot as below:
Set the Image property of the Image control to following:
Office365Users.UserPhotoV2(User().Email)
Note: The result the Office365Users.UserPhotoV2(User().Email) formula returned is a blob data. The result the User().Image formula returned is a base64 encoded image content. Both formulas work well within my app.
Please make sure the specific user has configured his profile image within your AAD (Azure Active Directory) properly. If the specific user has not configued his profile image within your AAD, the Office365Users.UserPhotoV2(User().Email) formula would return a blank value.
If the issue still exists, and the specific user has configured his profile image within your AAD properly, please consider re-create a new app, then re-create a new connection to Office 365 Users connector from your app, try above formula again, check if the issue is solved.
Best regards,