I need to create a report in power view where i need to display images in tile. I have found one solution to do so, to store the images as a binary data in data model table using the following link
are you storing your Data in an Excel Power Pivot model?
Make sure to follow step marking the column containing the Pictures as Data Type Binary.
Are you using jpeg or another picture format?
Yes I am storing the pictures in the Excel Power Pivot Data Model, and also the column containing the Picture has data type as binary, and I am using the JPG picture format.