Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |