Forum Discussion
Required Image with text data in report
I have a requirement in Power BI report in which Image tag present in questions column, which needs to be replaced with an image stored on blob storage and display the question with image, below are 3 examples in which data between "<< >>" operator need to be replaced with an image.
1) What fraction is represented by the shaded region in the diagram below? <<NF.3.16.Q>>
2) Which model represents <<F.1.4>> shaded?
3) There are four shapes shown below. Which shape has exactly 4 angles? <<G.3.3.QA>>, <<G.3.3.QB>>, <<G.3.3.QC>>, <<G.3.3.QD>>
Image path and naming convention will be like if a tag contain value <<G.3.3.QA>>, image path will be https://abc.blob.core.windos.net/image/G.3.3.QA.png.
Please let me know if you have any suggestion how I can achieve this.
4 Replies
- MFelix
Super User
Hi rishabh392 ,
For this I believe that the best option is to create an additional column on your dataset with the URL of the Images you need, you need to make a search on the text for the << >> if they are in your data, and then categorized those columns has images that will alllow you to have those columns on a table or matrix has an image.
- rishabh392Frequent Visitor
Hi MFelix
Thanks for the response, in my scenario, there are questions in which we don't have an image , few are the above example in which we may have image more than 2 or 3 in same cell. we need the text as well as the image of those tags.
For example :
Source Data from question column :
There are four shapes shown below. Which shape has exactly 4 angles? <<G.3.3.QA>>, <<G.3.3.QB>>, <<G.3.3.QC>>, <<G.3.3.QD>>
Output I need to display :- MFelix
Super User
- rishabh392Frequent Visitor
MFelix
Yes, there are multiple cases with 2 , 3 or 4 image sets.