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 all,
Can anyone tell me if there's a way to add a download button to a dashboard? I currently have a table listing details on a project. The final column uses an URL linked to a PDF on teams. I can click it and download the PDF, but I want it to be more obvious. Ideally a large icon in the middle of the screen that shows a download button/icon/option when a single file is selected. I've tried using a second table with just that column but it's just not working correctly right now.
Any help would be much appreciated.
Solved! Go to Solution.
If you create a shape, you can set the action to trigger a web url.
Create a measure which equals the link to the currently selected file and then reference that shape in the measure.Shape action, based on field "Measure"
Measure = SELECTEDVALUE('Table'[Column1])
If you create a shape, you can set the action to trigger a web url.
Create a measure which equals the link to the currently selected file and then reference that shape in the measure.Shape action, based on field "Measure"
Measure = SELECTEDVALUE('Table'[Column1])