Forum Discussion

Brite's avatar
Brite
Icon for Helper I rankHelper I
4 years ago
Solved

Convert Paginated Report Matrix or Table Vertical to Horizontal Layout

Hi All,

I am trying to convert 'Total Weekly Sales', 'Total Weekly Scoring Average', and 'Total Weekly Scoring FRs' from its current vertical layout to horizontal. Is there a setting I can change? It currently displays this:

(Note: I have the 'Date' field in a column group)

I would like it to look like this:

 

                                                       5/9/2022                   5/10/2022                            

Total Weekly Sales                                4                            9                    

Total Weekly Scoring Average              2                            2.25  

Total Weekly Scoring FRS                     2                            4

  • Hi Brite ,

    According to your description, here's my solution.

    In Power Query, select the below three columns at the same time and click Unpivot Columns tab under the Transform ribbon.

    Get this table.

    Then in a matrix, put the Attribute in Rows, Date in Columns and Value in Values, get the expected result.

    I attach my sample below for reference.

     

    Best Regards,
    Community Support Team _ kalyj

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

2 Replies

  • Hi Brite ,

    According to your description, here's my solution.

    In Power Query, select the below three columns at the same time and click Unpivot Columns tab under the Transform ribbon.

    Get this table.

    Then in a matrix, put the Attribute in Rows, Date in Columns and Value in Values, get the expected result.

    I attach my sample below for reference.

     

    Best Regards,
    Community Support Team _ kalyj

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

    • JaMa1995's avatar
      JaMa1995
      New Member

      Hello this soloution just works in PowerBi, not in paginated report builder