Forum Discussion

rajibmahmud's avatar
rajibmahmud
Helper III
9 years ago
Solved

Formatting Uploaded Data

Hi All,   Currently I am getting automated sales data from a system to PowerBI in below format. However I need to transform data into a different format where Quarter will be in Column instead of r...
  • MFelix's avatar
    9 years ago

    Hi rajibmahmud,

     

    In the Query Editor select the Quarter column and then Pivot columns and select the Value column in the options you will get the desired result:

     

     

    Regards,

    MFelix

     

  • MFelix's avatar
    MFelix
    9 years ago

    Hi rajibmahmud,

     

    You can do this in one of two ways in the query editor:

     

    1 - Create a new column with a text like this:

    Column "TEXT" & [Column]

    Then delete the previous column and keep this

    This can be done by the column from example and it pretty easy to achieve:

     

     

    2 - Do a Replace in the specific column for the text that you want to add:

    If all your rows start with 1 you can do a replace of 1 for Text1

     

    Regards,

    MFelix