Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
145 | |
85 | |
66 | |
52 | |
48 |
User | Count |
---|---|
215 | |
90 | |
83 | |
67 | |
59 |