I'm trying to create a Paginated Report in PBI Report Server. Below is the layout that I want to achieve.
the table1 and table2 should be repeated for each customer. All the data is coming from same dataset (i.e. single table)
Any help would be appreciated.
________________________________________________
Customer#1
attribute1 attribute2 attribute3
--------------
Table1
--------------
--------------
Table2
--------------
________________________________________________
Customer#2
attribute1 attribute2 attribute3
--------------
Table1
--------------
--------------
Table2
--------------
Solved! Go to Solution.