Showing posts with label pass parameters paginated reports. Show all posts
Showing posts with label pass parameters paginated reports. Show all posts

Saturday, July 16, 2022

Pass parameters in Powerbi Paginated reports to SQL Server

To pass parameters to SQL Server from Powerbi Paginated reports (Powerbi Report Builder), we will declare parameters with some name and then use this parameter using escape character `@` in the query builder.

Example:

















HTH