Forum Discussion
PowerBI RDL report
- 1 year ago
Hello, you could try with a DAX measure where you include the URL of the paginated report, the expression &rp:Alumno= (here replace it with the name of your parameter from the .rdl), and then use a SELECTEDVALUE to link the URL to the field. After that, apply the web URL configuration to the column in question.
I hope this helps, regards.
Hi StevenT ,
I would also take a moment to thank Shahid12523 , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions
- v-sshirivolu1 year agoCommunity Support
Hi StevenT ,
Here’s a simple way to begin working with Paginated (RDL) reports:
Install Report Builder – Download Microsoft Report Builder at no cost from the official website. This tool is specifically designed for creating RDL reports.
Create a Report & Parameter – Develop your report within Report Builder and include a parameter, such as CustomerID. In the parameter settings, select “Allow external values” to enable input through a URL.
Publish to Power BI Service – Upload the .rdl file to either a Premium or PPU workspace in Power BI.
Use in Power BI – Access the report using a URL, for example:
https://app.powerbi.com/groups/{workspaceID}/rdlreports/{reportID}?rp:CustomerID=123
Alternatively, within a PBIX file, you can create a DAX measure to generate this URL dynamically and set it as a Web URL column for user access.- v-sshirivolu11 months agoCommunity Support
Hi StevenT ,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you- v-sshirivolu11 months agoCommunity Support
Hi StevenT ,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.