Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
I have created a table with column name Tag, Images, Index.
Below is the measure i use to view the image.
Display Image =
CONCATENATEX(
d_images_1,
d_images_1[Image],
,
d_images_1[Index],
ASC)How can i convert it to column.
The custom visual cannot use measure to display the images. Only column can.
Thank you and regards,
NickzNickz
Solved! Go to Solution.
Display Image = [Image]&[Index]
Hi @lbendlin ,
Below is my data in the table.:
In order for power bi to display the images, the column need to combine the Image URL by using Index number ....
Regards,
Nickz Nickz
Please read this blog entry
Chris Webb's BI Blog: Storing Large Images In Power BI Datasets (crossjoin.co.uk)
Hi @lbendlin
I can view the picture in table visualization but i need the image bigger ...
If i use the Simple Image custom visual, they required column instead of measure ....
Regards,
Nickz Nickz
you can set the canvas background to the image?
Hi @lbendlin ,
I manage to resolve the problem by setting the Image Size in Visualization Pane.
Thanks for your help and ideas.
regards,
Nickz Nickz
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |