Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
HI,
have a requirement where i need to add a button whenever user clicks on the button it will navigate to a different report (ideally need to add URL of that particular report which sits in server)
can any one help me on this?
Thanks,
varun
Solved! Go to Solution.
Hi @Varun511 ,
For reports, you would need to have a table with the URL that you want and categorize it as a URL. For example.
You can then create a measure for each report like this.
report1 = CALCULATE(MAX('Table'[URL]),FILTER(ALL('Table'),'Table'[report]="report_1"))
Create a blank button.
Format button.
And set the previous measure to the action.
You can repeat the steps to set up such a button for multiple reports.
Save and Publish. When you open a report in the service and click on these buttons, the browser will create a new tab to open the report.
Best Regards,
Community Support Team_Gao
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems with it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
i still couldn't get to work from measure, but could put a table with the link icon and worked
Hi @Varun511 ,
For reports, you would need to have a table with the URL that you want and categorize it as a URL. For example.
You can then create a measure for each report like this.
report1 = CALCULATE(MAX('Table'[URL]),FILTER(ALL('Table'),'Table'[report]="report_1"))
Create a blank button.
Format button.
And set the previous measure to the action.
You can repeat the steps to set up such a button for multiple reports.
Save and Publish. When you open a report in the service and click on these buttons, the browser will create a new tab to open the report.
Best Regards,
Community Support Team_Gao
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems with it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
@Varun511 , You can power bi report URL from power bi service and use it
https://docs.microsoft.com/en-us/power-bi/service-url-filters
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 77 | |
| 37 | |
| 31 | |
| 29 | |
| 26 |