Forum Discussion
specify images based on the parameter in paginated report
Hello Folks,
is there any way in the paginated report that allows me to show a specific image based on the selected parameter?
example:
in parameter(filter), user can choose a product between Orange/apple/banana.
if he selects an apple and clicks on the "view report", the result should show the apple photo.
the same for oranges and bananas.
thank you
- Anonymous4 years ago
Hi AliSafa,
Please take a look at Chris Webb's blog to know how to store the image as base64 strings into the data model tables:
After these steps, you can simply use a filter to interact with the stored image, then it can be recognized by power bi and show the image in visual.
Regards,
Xiaoxin Sheng
1 Reply
- AnonymousNot applicable
Hi AliSafa,
Please take a look at Chris Webb's blog to know how to store the image as base64 strings into the data model tables:
After these steps, you can simply use a filter to interact with the stored image, then it can be recognized by power bi and show the image in visual.
Regards,
Xiaoxin Sheng