Power BI / SSRS paginated report
How to build paginated reports based on specific column / value:
-
Use subreport
-
Use row group
-
Insert list, then insert charts / matrix / table into chart
-
Bind the list dataset to required dataset
-
Add row group to the list, and set the group on to required column / value
-
Set page break to between each instance of a group
-
Set document map to required column / value
To retrive datasets from SQL, add parameters into parameter section, and write the query accordingly.