I am new to SSRS report. I'm trying do make a report like the following snapshot. I'd like to represent the grouping data in 3x3 format. I've already making the red rectangle one, but I've tried some ways to make it shows as 3x3 in one page, but still in vain.
I was wondering if anyone can give some suggestions? Thanks.

If you are sure that each time, you know
3x3 columnsandrows, why don't you just replicate thecolumnsandtablix?For example, instead of
5 columns, use15 columnsand replicate the data columns labels to display.And, instead of
1 tablix, copy the sametablixwith15 columnand3 timesto cover the replicating rows. Does that make sense?