Forum Discussion
Anonymous
6 years agoNot applicable
Office365 User ID
Hi,
We have multiple email addresses/alias's etc so I have been using the Office 365 ID extensively in PowerApps. This has been working fine. Examples below:
- Office365Users.MyProfileV2().id
- Office365Users.UserProfileV2("[email protected]").id
We would like to now start running some Power BI reports based on this data. The problem I have is that I can't seem to find any corresponding PowerBI connector that can be used to transform the Office 365 User Id back into meaningful data, e.g. "Firstname Lastname.
Any ideas/help would be appreciated.
Thanks!
1 Reply
- Greg_DecklerCommunity Champion
Nope, you will have to pull that information from something like AD or Azure AD into a table in your model and wire it into your data model.