Forum Discussion
Reports URL
- 9 years ago
Hello Anonymous,
Thanks for your response. The idea that you are purposing is using an individual dashboard or report link and linked directly into the index dashboard, but I want to make subgroups from the reports with similar naming conventions.
The workaround that I'm using right now is to generate an HTML table where I'm listing all the dashboard by category as a Dashboard called Index. Each report is linked directly from the dashboard. The HTML code support CSS to you can achieve a good level of design if you want.
When you add a tile, you have the option to insert web content, as the following image:
Add a tile: Web Content
Aftwerwards you have a panel similar as the following where the important bit is that you can place your HTML code with CSS
Embeded Code
The table I have generated is presented in the image below. The reports are linked directly with href tags (taget="blank" is necessary, if not the linked will no open).
Table Sample
Hi acanepa,
Perhaps you can try to modify below sample url and replace the bold part with specific key, then share to other users:
Report:
https://msit.powerbi.com/groups/group_id/reports/report_id/ReportSection Dashboard: https://msit.powerbi.com/groups/group_id/dashboards/dashboard_id
Then they can navigate the specified report/dashboard if they had enough permission.(group member)
BTW, current power bi not support to navigate to specify report by report name.
Regards,
Xiaoxin Sheng
- acanepa9 years agoResolver I
Hello Anonymous,
Thanks for your response. The idea that you are purposing is using an individual dashboard or report link and linked directly into the index dashboard, but I want to make subgroups from the reports with similar naming conventions.
The workaround that I'm using right now is to generate an HTML table where I'm listing all the dashboard by category as a Dashboard called Index. Each report is linked directly from the dashboard. The HTML code support CSS to you can achieve a good level of design if you want.
When you add a tile, you have the option to insert web content, as the following image:
Add a tile: Web Content
Aftwerwards you have a panel similar as the following where the important bit is that you can place your HTML code with CSS
Embeded Code
The table I have generated is presented in the image below. The reports are linked directly with href tags (taget="blank" is necessary, if not the linked will no open).
Table Sample