Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
NickzNickz
Helper IV
Helper IV

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.

NickzNickz_0-1703854445358.png

NickzNickz_1-1703854637755.png

 

 

Thank you and regards,

NickzNickz

 

 

1 ACCEPTED SOLUTION

you can set the canvas background to the image?

View solution in original post

6 REPLIES 6
lbendlin
Super User
Super User

Display Image = [Image]&[Index]

Hi @lbendlin ,

 

Below is my data in the table.:

NickzNickz_3-1704035538090.png

NickzNickz_2-1704035344977.png

 

In order for power bi to display the images, the column need to combine the Image URL by using Index number .... 

 

Regards,

Nickz Nickz

Hi @lbendlin 


I can view the picture in table visualization but i need the image bigger ...

NickzNickz_0-1704182662042.png

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.

NickzNickz_0-1704268709864.png

 

regards,

Nickz Nickz

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors