Forum Discussion
Power BI Report Builder- Report having multiple sheets
- 6 years ago
Ok, say you have a data like
CompanyKey QtyKg A 1 A 2 B 2 B 3 C 2 and would like to show sum(QtyKg) for each Company in separate pages/sheets
First, add a matrix and design it how you like it.
right click over "CompanyKey" group under "Rows groups" and select "Group properties" and then "Page breaks" tab and click "Between each instance of a group"
By doing this, your report shows your report as an each group on separate pages. And if you export to excel, on separate sheets.
But, for excel there is still a problem. sheet names are default to Sheet1, Sheet2.... and son on. To rename those sheets; click on to select "CompanyKey" group under "Rows groups" and then at the right you will see "Properties" pane. Drill to "Group -> Group -> Page Name" property and open expression combo box, then set what ever you want for the expression which will be shown as "Sheet names" in excel.
Ok, say you have a data like
| CompanyKey | QtyKg |
| A | 1 |
| A | 2 |
| B | 2 |
| B | 3 |
| C | 2 |
and would like to show sum(QtyKg) for each Company in separate pages/sheets
First, add a matrix and design it how you like it.
right click over "CompanyKey" group under "Rows groups" and select "Group properties" and then "Page breaks" tab and click "Between each instance of a group"
By doing this, your report shows your report as an each group on separate pages. And if you export to excel, on separate sheets.
But, for excel there is still a problem. sheet names are default to Sheet1, Sheet2.... and son on. To rename those sheets; click on to select "CompanyKey" group under "Rows groups" and then at the right you will see "Properties" pane. Drill to "Group -> Group -> Page Name" property and open expression combo box, then set what ever you want for the expression which will be shown as "Sheet names" in excel.
Hi, as per the conversation i understood that, we will have two more sheets in downloaded excel fle. But how it is looking when we open this paginated report from workspace, i mean can we see multiple pages in the report or only one page in report?
thank you