I have a query to result in the below data from DB
But actually, I want to get the data as
Is there any way we can do this the SSRS? How can I do this? really stuck
Advertisement
Answer
You can do this easily in SSRS without changing your dataset.
- Add a Matrix control to your report
- Drag the Assignee field to the
Rowsplaceholder - Drag the Priority_n field to the
Columnsplaceholder - Drag the Count_C field to the
Dataplaceholder
that’s it. If this does not help, let me know and I will update with sample images.

