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.
I recently saw an implementation of PowerBI that I would like to mimic which is different to how I use it and I'm not sure where to start.
At the moment, my organisation uses PowerBI in the through app.powerbi.com, accessing information through a combination of reports and dashboards.
What I saw were full page reports that, while not interactive, simply displayed information required in a kiosk fashion. The user had the option of using a menu listing the various reports which I guess just had links to the reports.
Any suggestions on how this was achieved? The reports would need to be refreshed automatically on an scheduled basis (3-4 times a day).
Solved! Go to Solution.
Hi @garycarters ,
According to your descriptions, I think you could use dashboard to do it.
You could pin a visual from each report to the same dashboard as a tile. When you click the tile, it will jump to the report.
As for the refresh, you could set scheduled refresh according to this document. The tiles will update when dataset updated.
Hi @garycarters ,
According to your descriptions, I think you could use dashboard to do it.
You could pin a visual from each report to the same dashboard as a tile. When you click the tile, it will jump to the report.
As for the refresh, you could set scheduled refresh according to this document. The tiles will update when dataset updated.