
I need to save user picture in a sharepoint list to be able to display in a powerbi report
How do I convert this image so that Powerbi can display
My code:
Patch(
TBL_CHECK_IN;
Defaults(TBL_CHECK_IN);
{
USER_PICTURE: UsuáriosdoOffice365.UserPhotoV2(User().Email)
}
)This user picture is coming from office users,
How to convert it so it can show in other applications?