Forum Discussion

rock_cloud's avatar
rock_cloud
Frequent Visitor
2 years ago
Solved

Structuring Pre-aggregated Data

Hi,

 

I'm wondering whether anyone can help me as I'm quite stuck.

 

I don't have direct access to my data source for use in Power BI, so my data is pre-aggregated before I import it. My data contains a multiple different tables with the same categories for example:

Measure 1:

MonthDepartment1Department2Total
Feb-24254562816
Jan-24201487688
Dec-23225421646
Nov-23284500784
Oct-23178497675

 

Measure 2:

MonthDepartment1Department2Total
Feb-24181441622
Jan-24224543767
Dec-23258429687
Nov-23232497729
Oct-23193552745


How can I structure this data so that I can use Department 1, 2 and Total as series in visuals and filters in a slicer, as well as being able to use the date in a slicer. I've so far only been able to the sum of the departments to a visual without them being individual series.

 

Apologies if this is very basic and straightforward.

Many thanks.

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi rock_cloud ,
    According to your description, you can use the unpivot function in power query. The exact steps are:
    1. Click Transform data to open the power query interface


    2. Select the Department1 Department2 columns, right click and select the unpivot columns option.

    At this time there will be a total, department name and department id for the columns of the table

    So you can filter by date, department name or total.

     

    Best regards,

    Albert He

     

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

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi rock_cloud ,
    According to your description, you can use the unpivot function in power query. The exact steps are:
    1. Click Transform data to open the power query interface


    2. Select the Department1 Department2 columns, right click and select the unpivot columns option.

    At this time there will be a total, department name and department id for the columns of the table

    So you can filter by date, department name or total.

     

    Best regards,

    Albert He

     

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

  • Hi,

    In the Query Editor,

    1. Remove the total column from each table
    2. Append all the tables
    3. Select the first column, right click and select "Unpivot Other Columns"

    Hope this helps.

  • rock_cloud's avatar
    rock_cloud
    Frequent Visitor

    Many thanks for these solutions! Worked perfectly and saved a massive headache! 👍