Forum Discussion

wina-sunbelle's avatar
wina-sunbelle
Regular Visitor
1 year ago
Solved

Data Modeling/Filtering Advice Needed

The goal is to be able to visualize each vendor with a bar chart 2024-2025 (actuals) vs 2025-2026 (projections). I am stuck on how I should model this as the data received is according to weeks. As I try to work this, Power Query is blocking me from moving forward because the Column Names are being duplicated. I need to be able to filter by Pizza company. Below is sample data that is the current output. Expected output is noted below. Any advice on how to proceed will be greatly appreciated. ChatGPT suggested demoting the headers / transposing / splitting by delimiter but this ultimately did not result in the expected output. 

 

Sample Data / Current Output

Week StartWeek EndWeek NumPizza Hut 24-25Dominos 24-25Joe's Pizza 24-25Pizza Hut 25-26Dominos 25-26Joe's Pizza 25-26
June 10, 2024June 16, 2024241239875252

353

150
June 17, 2024June 23, 2024257010669200315

150

 

Expected Output **Notice the duplicate column headers - This is currently blocking me***

Week StartWeek EndWeek NumPizza HutDominosJoe's PizzaPizza HutDominosJoe's Pizza
   24-2524-2524-2525-2625-2625-26
June 10, 2024June 16, 2024241239875252353150
June 17, 2024June 23, 2024257010669200315150
  • wina-sunbelle , In Power query Unpivot Other columns (Other than Week Start, Week End, Week Num)
    Split by Delimiter , from end -> 2 columns . That will give Pizza Hut and Year separated 

    Now you can create a Matrix visual with Type (Pizza Hut and Dominos) , and FY

    if you have double  header refer 
    https://youtu.be/1e16oHv9kTk

  • wina-sunbelle 

    Hi, Your expected result cannot be completed in Power Query, but there is a way in reporting. 

    Once you are done normalizing data in Power Query with the approach provided in earlier post. 

    Select matrix and use 'outline' for layout under 'Layout and style presets'. Place the right fields in right rows, columns and values as in below picture. 

     

2 Replies

  • wina-sunbelle 

    Hi, Your expected result cannot be completed in Power Query, but there is a way in reporting. 

    Once you are done normalizing data in Power Query with the approach provided in earlier post. 

    Select matrix and use 'outline' for layout under 'Layout and style presets'. Place the right fields in right rows, columns and values as in below picture. 

     

  • wina-sunbelle , In Power query Unpivot Other columns (Other than Week Start, Week End, Week Num)
    Split by Delimiter , from end -> 2 columns . That will give Pizza Hut and Year separated 

    Now you can create a Matrix visual with Type (Pizza Hut and Dominos) , and FY

    if you have double  header refer 
    https://youtu.be/1e16oHv9kTk