Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
Solved! Go to Solution.
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
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