Forum Discussion

bicoffee's avatar
bicoffee
Helper I
5 years ago
Solved

help required

Hi require help to get the output of my data in the following format.

 

  APRIL  MAY  JUNE 
OUTLETSales 2020Sales 2021 % changeSales 2020Sales 2021 % changeSales 2020Sales 2021 % change
O11050200048%4000500020%   
O2200100080%40003500-14%   

 

my data structure is as below

 

DATEOUTLETSALES
2020-04-01O11050
2020-04-02O2200
2020-04-03O33000
2020-05-04O14000
2020-05-04O24000
2020-05-04O36000
2021-04-01O12000
2021-04-02O21000
2021-04-03O33500
2021-05-04O15000
2021-05-04O23000
2021-05-04O37000
  • Anonymous's avatar
    Anonymous
    5 years ago

    bicoffee 

    This had been a known issue, you cannot make power bi matrix display in the way you are expecting as you can only have 1 row as the header. Instead, you may create a matrix like the following:

     

     

    Paul Zheng _ Community Support Team
    If this post helps, please Accept it as the solution to help the other members find it more quickly.

4 Replies

  •  April  May  
    OUTLETsales 2020sales 2021% changesales 2020sales 2021% change
    O1105020048%4000500020%
    O2200100080%40003500-14%
    • Pragati11's avatar
      Pragati11
      Super User

      Hi bicoffee ,

       

      When you say output - do you mean creating a table in this format?

      Or you wat to visualise your existing data in this format? If you just want to visualise it this way then try using a matrix visual in Power BI.

       

      Thanks,

      Pragati

      • bicoffee's avatar
        bicoffee
        Helper I

        Hi Pragati,

         

        I want visual in that format. I have tried matrix. But % change is not coming properly. 

         

         

         

         

  • Anonymous's avatar
    Anonymous
    Not applicable

    bicoffee 

    This had been a known issue, you cannot make power bi matrix display in the way you are expecting as you can only have 1 row as the header. Instead, you may create a matrix like the following:

     

     

    Paul Zheng _ Community Support Team
    If this post helps, please Accept it as the solution to help the other members find it more quickly.