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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
NadeemAhamed
Helper V
Helper V

Sharepoint list images based on the column wise

Hi Community

 

I have saved my images in Sharepoint List and made the column type to image

 

I have totaly 5 column such as Month (text), Division(text), PL_Remarks(image), BS_Remarks(Image), Priority Activity(Image)

When i am bring this list into PBI , i don't know how to bring the identify the image so that i can bring one image in one pages. Ex: PL_Remarks images in PL pages and BS_Remarks image in BS page. 

 

NadeemAhamed_0-1730709743767.png

 

i have slicer for Month and Division so that the i hope the images also get change based on the slicer.

9 REPLIES 9
Anonymous
Not applicable

Hi @NadeemAhamed ,

 

Could you please provide some screenshots of the error? If you just want to show sepcific Image in PowerBI, you can create below measure and put it on where you want want to show it.

Measure = CALCULATE(MAX([PL_Remarks]),'Table'[Division]="Admin")

 

 

Best regards,

Mengmeng Li

@Anonymous 

 

I would be greatly appreciated your support.

 

i have used the same measures has shown in above by filltering the below measures

 
BS_Remarks_card =
CALCULATE(MAX('Sales Division Monthly Remarks (2)'[PL_Remarks]),'Sales Division Monthly Remarks (2)'[ContentType.Fields.Description]="BS_Primary and Measures")
 
PL_Remarks_card =
CALCULATE(MAX('Sales Division Monthly Remarks (2)'[PL_Remarks]),'Sales Division Monthly Remarks (2)'[ContentType.Fields.Description]="PL_Primary and Measures")
 
PA_Remarks_card =
CALCULATE(MAX('Sales Division Monthly Remarks (2)'[PL_Remarks]),'Sales Division Monthly Remarks (2)'[ContentType.Fields.Description]="Priority Activity")
 
I have created PL_Remarks custom column by using the below shown
NadeemAhamed_0-1730981121705.png

 

Now single image is coming but its taking only PL_Remarks image for all above 3 measures. 

 

 

 
uzuntasgokberk
Super User
Super User

Hello @NadeemAhamed ,

 

I've posted a medium post about that. I think it helps for your case.  Check it out: https://medium.com/microsoft-power-bi/power-bi-with-sharepoint-images-and-reports-1d4db6fb61ce

 

Kind Regards,
Gökberk Uzuntaş

📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!

🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |

@uzuntasgokberk  Thank you for your quick reply.

 

i have tried with the above the medium post. 

by using the sharepoint list i can bring the images into power bi but not able to identify which column image it is

when i am having 3 images for the admin(ex) division all 3 images are apperaing 

But i want to bring only PL_Remarks image into PL page that is not happening 

i have tried in Power query editor but not able to identify the url 

NadeemAhamed_0-1730712529021.png

 

Hello @NadeemAhamed,

 

Find your image column in your power query and make sure there is a image in your sharepoint list. 

And, your data is sharepoint list. You need to get data sharepoint online list after use below the image method. I explained very detaily in my medium post.

uzuntasgokberk_0-1730715158514.png

 

Kind Regards,
Gökberk Uzuntaş

📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!

🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |

I have tried above steps.

 

NadeemAhamed_0-1730870991114.png

In my case i have 3 images (PL_Remarks, BS_Remarks, PA_Remars) i have tried to create 3 custom column with the above screen syntax,

i have tried to bring only one image that is PL_Remarks but its showing all 3 images 

Hello @NadeemAhamed,

 

Could you please tried to create new column on dax(calculated column). I've tried on new column dax.

uzuntasgokberk_0-1731260744445.png

 

Kind Regards,
Gökberk Uzuntaş

📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!

🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |

Hi @uzuntasgokberk 

 

Yes i have tried to created new custom culumn by using the above steps.

 

NadeemAhamed_0-1731300460420.png

 

 

when i expanded the some columns i have got some column contains the sharepoint list column name by using that i have created one measures and tried to filter by using the column name as shown below. 

 

NadeemAhamed_1-1731300748913.png

 

 

BS_Remarks_card =
CALCULATE(MAX('Sales Division Monthly Remarks (2)'[PL_Remarks]),'Sales Division Monthly Remarks (2)'[ContentType.Fields.Description]="BS_Primary and Measures")
 
PL_Remarks_card =
CALCULATE(MAX('Sales Division Monthly Remarks (2)'[PL_Remarks]),'Sales Division Monthly Remarks (2)'[ContentType.Fields.Description]="PL_Primary and Measures")
 
PA_Remarks_card =
CALCULATE(MAX('Sales Division Monthly Remarks (2)'[PL_Remarks]),'Sales Division Monthly Remarks (2)'[ContentType.Fields.Description]="Priority Activity")
 
 
but i am getting only one result for all 3 measures. 
 
Could you please me out this issue. 

Hello @NadeemAhamed ,

You used power query new column. My example is new column(dax-calculated column example). Could you please create a new column(calculated column) and test it.

Kind Regards,
Gökberk Uzuntaş

📌 If this post helps, then please consider Accepting it as a solution and giving Kudos — it helps other members find answers faster!

🔗 Stay Connected:
📘 Medium |
📺 YouTube |
💼 LinkedIn |
📷 Instagram |
🐦 X |
👽 Reddit |
🌐 Website |
🎵 TikTok |

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors