Forum Discussion
NickzNickz
Helper IV
2 years agoMeasure convert to column in the same table.
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
you can set the canvas background to the image?
6 Replies
- lbendlin
Super User
Display Image = [Image]&[Index]- NickzNickz
Helper IV
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
- lbendlin
Super User
Please read this blog entry
Chris Webb's BI Blog: Storing Large Images In Power BI Datasets (crossjoin.co.uk)