how to include 2 tables in 1 page and page break down by 1 column for both the tables in ssrs report

Mysari Gnaneshwar 5 Reputation points
2025-02-19T17:25:03.98+00:00

I have 2 tablix pointing 2 different dataset in a report. Each tablix pointing to different dataset.

Monthly Sales

CountrySalesAmountUS100UK200YTD Sales

CountrySalesAmountUS150UK250When applied page break on Country column in both tablixes, it should display data as per below.

Page 1

Monthly Sales

CountrySalesAmountUS100YTD Sales

CountrySalesAmountUS150Page 2

Monthly Sales

CountrySalesAmountUK200YTD Sales

CountrySalesAmountUK250Any suggestions how to implement this?

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,998 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 40,896 Reputation points
    2025-02-20T01:54:13.74+00:00

    Hi @Mysari Gnaneshwar,

    Please try with below steps.

    Add a Parent Group in each Tablix based on Country:

    Right-click on the row in the Tablix → Add Group → Parent Group.

    Select Country as the grouping field.

    Right click on Country Group-Group properties→ Choose the Page break between each instance of a group option.

    Apply sorting on Country in the two Tablix to ensure alignment.

    User's image

    A sample for your check below.

    User's image

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  2. Mysari Gnaneshwar 5 Reputation points
    2025-02-20T09:23:37.67+00:00

    Thanks @Zoe for the response

    It's showing for me when 2 tablix are placed side by side. When 2 tablix are placed one below the other, it's not showing 2 tables in 1 page.

    0 comments No comments

  3. ZoeHui-MSFT 40,896 Reputation points
    2025-02-21T02:38:17.3333333+00:00

    Hi @Mysari Gnaneshwar,

    What about using List and lookup function?

    See the workaround mentioned here.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.