Report to Switch Columns and Rows

Report to Switch Columns and Rows

Hi,
I am struggling to figure out how to put my data into a specific layout as I would like one row per question. So for example my data comes through per entry:

Date Added      Qu1      Qu2      Qu3       etc
14/01/23            3            5            7            
15/01/23            1            2            4
16/01/23            4            5            7
etc

I would like a report that takes the above and displays it in this format:

Question            14/01/23           15/01/23            16/01/23
1                                    3                        1                        4
2                                    5                        2                        5
3                                    7                        4                        7


Is this possible? 

Thanks,
Laura