Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
hi All
i have challenge in Microsoft Teams every user have a profile picture. now in powerbi when i login a user, in user icon profile picture has to apper dynamically.
ex. i login as a user in mircosoft teams i have profile picture it has to take picture from there and update in powerbi
note. no "imageURL" column should create and no picture path should add in any table.
Regards
Solved! Go to Solution.
Hi @yuktadiya
May I check if this issue has been resolved? If not, Please feel free to contact us if you have any further questions.
Thank you
Hi @yuktadiya
May I check if this issue has been resolved? If not, Please feel free to contact us if you have any further questions.
Thank you
Hi @yuktadiya
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.
Thank you.
Hi @yuktadiya ,
Power BI isn’t able to grab Teams or Azure AD profile pics automatically for users just based on their login unless you have a column with image URLs or base64 image data in your model. There’s no secret feature or “live fetch” for profile pictures out-of-the-box.
Automate grabbing profile pics: Use Power Automate, Logic Apps, or even a scheduled PowerShell script to pull user photos from Microsoft Graph (that’s where Teams profile pics live). You can run this daily or weekly, whatever fits.
Save those links or images: Store the image URLs (or the actual images) somewhere safe SharePoint, SQL, Excel, whatever your Power BI model connects to.
Add to your data model: Link those image URLs to your users in Power BI. Set the column data type to Image URL so it renders.
Optional but cool: If you want to show initials or a default icon for users with no picture, you can do that with DAX or a custom visual.
If you want a “live” effect, you can use a Power Apps visual embedded inside Power BI then Power Apps can use the logged-in user context to fetch and show their Teams photo. But it’s a workaround and not always worth the extra setup for simple reports. You’ll need to automate syncing those images into your model. No table with image links = no profile pics in Power BI. That’s just how it is right now.
Hi @yuktadiya
Power BI relies on the data within the semantic model. If there is no Image URL column in the model, then Power BI cannot display such as well.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 73 | |
| 70 | |
| 39 | |
| 34 | |
| 23 |