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.
Hi
I have a power BI report , just one page in which i am showing 6 dial gauge pickig data for 6 different devices and showuíng data with their latest reading.
Now I have to design so that i have a image url link besides each dial gauge and on click of that it goes to a new report url opening in same tab.
basically the enire report has to be same just that one line grapg changes according to the chosen device. its a direct query i am using and power Bi is not able to import image type data from database.
Any idea how it can be done.
Regards
Shilpi
Hi @shilpib,
Now I have to design so that i have a image url link besides each dial gauge and on click of that it goes to a new report url opening in same tab.
According to your description, you can pin all your dial gauges to dashboard first, then you should be able to add image within the dashboard using Add tile and set custom url for the images which can open a new report in the same tab. For more information, please refer to this article: Add dashboard tiles directly from a Power BI dashboard.
Regards
Thats an option for dashboard but here i have to use as a embedded report and using direct query where i cant use url links´, it does not support it.
Any other ideas?
Currently, I only believe that Power BI supports URL links and Image links, not images that are links to somewhere else. Basically, you can categorize a data column as a URL Link in the model and when it is displayed in a table, it is a clickable link. Image URL's are similar, if you categorize a column as an Image URL, if you display it in a table, it will display the image the URL points to.