Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi everyone
How Can I use my companies logo in power bi whie I using multidimensional cube? I have company dimension including 5 company. I need to show my users company logo in a table. My table includes company, logo and sales amount.
Solved! Go to Solution.
Hi @Vossoughih67 ,
Power BI can also render images when you provide a field that contains URLs (uniform resource locators) of the images. You may specify these fields as ImageURL types in SQL Server Data Tools (or then in Power BI). Its type information is then provided to Power BI in the tabular metadata. Power BI can then retrieve those images from the URL and display them in visuals.
For refernece:
Display images in a table, matrix, or slicer in a report
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Vossoughih67 ,
Power BI can also render images when you provide a field that contains URLs (uniform resource locators) of the images. You may specify these fields as ImageURL types in SQL Server Data Tools (or then in Power BI). Its type information is then provided to Power BI in the tabular metadata. Power BI can then retrieve those images from the URL and display them in visuals.
For refernece:
Display images in a table, matrix, or slicer in a report
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.