Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Reply
Varun511
Helper I
Helper I

add hyperlink (Power BI Report URL) and navigate to different report

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

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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.

vcgaomsft_0-1649744335211.png

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.

vcgaomsft_1-1649744558891.png

Format button.

vcgaomsft_3-1649744697648.png

And set the previous measure to the action.  

vcgaomsft_4-1649744764249.png

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

View solution in original post

3 REPLIES 3
pattersonm8
Helper II
Helper II

i still couldn't get to work from measure, but could put a table with the link icon and worked

Anonymous
Not applicable

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.

vcgaomsft_0-1649744335211.png

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.

vcgaomsft_1-1649744558891.png

Format button.

vcgaomsft_3-1649744697648.png

And set the previous measure to the action.  

vcgaomsft_4-1649744764249.png

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

amitchandak
Super User
Super User

@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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.