how to split data in two columns based on value in DB - SSRS

Nemanja Momic 20 Reputation points
2023-03-08T20:06:18.4566667+00:00

Hello all,

I am totally new to this paginated report thing for Power BI, and I got request to create a paginated report with layout shown below:

User's image

position of column is determined by a value in the db shown in the example below:

User's image

Can someone tell me how to do this in Power BI Report builder or SSRS?

I am looking forward for your answers or pointers,

Thanks in advance

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.
3,061 questions
{count} votes

Accepted answer
  1. Anonymous
    2023-03-09T08:16:30.6533333+00:00

    Hi @Vashko

    Since the table style you want is alternating rows and columns, choosing a matrix is the best way.

    But according to your original data, if you want to use the row groups of the matrix, you need to group and number them according to the "parent" to facilitate use. So when adding a dataset, we can use the following statement.4

    Then add the matrix, adding the "rank" field to the rows, the "parent" to the columns, the "name" to the data, and then one more column parent group "Grandparent".5

    Finally, if we don't want the "rank" to be displayed, we can choose to delete the row, just delete the row.6

    Preview:

    7

    If the answer is helpful, please click "Accept Answer" and upvote it. If you have any questions, please feel free to let me know.

    Best regards,

    Aniya

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.