Forum Discussion

NickzNickz's avatar
NickzNickz
Icon for Helper IV rankHelper IV
2 years ago
Solved

Measure 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

 

 

  • lbendlin's avatar
    lbendlin
    2 years ago

    you can set the canvas background to the image?

6 Replies