The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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