Dealing with DOUBLE HEADERS in Power BI using UNPIVOT, TRANSPOSE, and FILL DOWN

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

ความคิดเห็น • 99

  • @rewinwilson6021
    @rewinwilson6021 4 ปีที่แล้ว +5

    Can I just say "Thank you"... You've covered all the scenarios that are usually made up in the corporate world of "Table making".... Thank you sooooo much... Very informative and detailed....

    • @HowtoPowerBI
      @HowtoPowerBI  4 ปีที่แล้ว

      thank you so much for watching! I am glad it was helpfull! 😀

  • @leewarps
    @leewarps 3 ปีที่แล้ว +2

    Exactly what I was looking for, and even more! Thanks brother, will check out your other videos as well.

  • @anthonyalessi74
    @anthonyalessi74 4 ปีที่แล้ว +3

    This is an amazing tutorial! One problem I've noticed is when transposing if the query has a lot of rows it runs out of memory to perform the action. Hopefully row-wise functions come at some point. Thank you for posting this, really helped me understand pivot better!

    • @HowtoPowerBI
      @HowtoPowerBI  4 ปีที่แล้ว +3

      thanks Anthony! if you have a lot of rows this will be quite slow indeed. Maybe it is possible to put in a filter before you do all the transformations and then bring back the data after you fixed the double header problem.

    • @StefanoVerugi
      @StefanoVerugi 2 ปีที่แล้ว

      when you have many rows you can do:
      1 use Table.FirstN(Source,2) you select the first rows containing multi-row header, name it as such, you can transpose that only to fill null values and transpose it back to get your new single-row header after you create a column combining the two first ones
      2 use Table.Skip(Source,2) to get your 'data' by skipping the first two where the double headers are
      3 use Table.Combine({header,data}) to append data to the header
      4 promote your first row as header
      hope it helps

  • @hotookhatri7074
    @hotookhatri7074 2 ปีที่แล้ว

    I was facing problem, because of three headers. last part of the video helped a lot, thanks you for positing it is very helpful.

  • @andysmudge4849
    @andysmudge4849 ปีที่แล้ว

    Wow!! I never knew these features or I can say, I have never explored them. Kudos brother. That's so helpful. 😊

  • @EricaDyson
    @EricaDyson 3 ปีที่แล้ว +1

    And just what I needed also! Great explanation... step by step.. and really practical. Thanks a bundle.

  • @barttitulaerexcelbart9400
    @barttitulaerexcelbart9400 4 ปีที่แล้ว +2

    Very good explained. Thank you. Good that you increase the level of complexity. One remark: I did use your example in Excel, then comes an extra step, because in the region row, I have not null but Column2, column3 etc.

    • @HowtoPowerBI
      @HowtoPowerBI  4 ปีที่แล้ว

      Thanks for pointing out :) When connecting to the excel file it automatically promotes the headers and changes the data type. If you delete those steps then you can follow as in the video.

  • @rokaskrisciunas6015
    @rokaskrisciunas6015 4 หลายเดือนก่อน

    Dan Bilzerian of Power BI. Thanks! Great material

  • @carlavernooy3530
    @carlavernooy3530 3 ปีที่แล้ว +1

    Thank you so much!! Just what I was looking for.

  • @gopalmahajan4140
    @gopalmahajan4140 หลายเดือนก่อน

    Excellent sir, Highly appreciated

  • @totvabe1
    @totvabe1 4 ปีที่แล้ว +1

    Step by step, with these explanations everything seems to be easy.

    • @HowtoPowerBI
      @HowtoPowerBI  4 ปีที่แล้ว

      thank you! if you have any topic requests just let us know :D

  • @pankajkumarit04
    @pankajkumarit04 3 ปีที่แล้ว

    Super Cool Trick to resolve the Double Headers... WOW

  • @narminhumbatli7329
    @narminhumbatli7329 10 หลายเดือนก่อน

    it helped me more than everything with dirty unstructured data

  • @cahardikpishavadiya9463
    @cahardikpishavadiya9463 9 หลายเดือนก่อน

    Hi Das, thank you so-so much, this has been very helpful.

  • @jitendratrivedi7889
    @jitendratrivedi7889 4 ปีที่แล้ว +1

    Very useful tips. Please post more videos on power query/data cleansing/transformation.

  • @GatorAce
    @GatorAce 2 ปีที่แล้ว

    This video was so useful. Thank you!

  • @JorgeSanchez-um7io
    @JorgeSanchez-um7io 2 ปีที่แล้ว

    Great tip! Thanks for sharing!

  • @dynrambo
    @dynrambo 2 ปีที่แล้ว

    Great guide - much appreciated!!

  • @kishoredubbasi9780
    @kishoredubbasi9780 2 ปีที่แล้ว

    Hey Great thanks! But I have scenario where I have to show calculated measures which is not visible in power query how to fix this it will be a great help thanks in advance!!!

  • @Mamaditalia
    @Mamaditalia 9 หลายเดือนก่อน

    You should make educational videos for Microsoft. I started learning with the learning material provided by Microsoft website, but i find it too hard to learn how to use power bi by reading and following their tutorials. I really learnt a lot from your videos. Thanks

    • @HowtoPowerBI
      @HowtoPowerBI  9 หลายเดือนก่อน

      thank you!! 😁 happy to hear that otherwise nobody would watch my videos lol

  • @anandnagarkatti
    @anandnagarkatti 2 ปีที่แล้ว

    Great tutorial!

  • @kingsfordgokah6240
    @kingsfordgokah6240 2 ปีที่แล้ว

    Super, this is what I needed

    • @HowtoPowerBI
      @HowtoPowerBI  2 ปีที่แล้ว

      Awesome, glad to hear it is helpful!

  • @balrajsanthosh1942
    @balrajsanthosh1942 2 ปีที่แล้ว

    I'm speechless with the way of explanation for the conecpt, its more than awesome bro 😍❤

    • @HowtoPowerBI
      @HowtoPowerBI  2 ปีที่แล้ว +1

      Super happy to hear this feedback from you! Thanks :):)

  • @lenzypetty9371
    @lenzypetty9371 2 ปีที่แล้ว

    Another great explanation!!!

  • @milagrosjaraquispe789
    @milagrosjaraquispe789 2 ปีที่แล้ว

    It's an amazing tutorial! easy to undestand :)

  • @shravanrao5008
    @shravanrao5008 10 หลายเดือนก่อน

    Thank you so much brother! This was absolutely important for me to impress my boss😁😁

    • @HowtoPowerBI
      @HowtoPowerBI  10 หลายเดือนก่อน

      hope he was impressed 😁

  • @shimaagomaa2074
    @shimaagomaa2074 2 ปีที่แล้ว

    You are AMAZING

  • @tcorey22
    @tcorey22 4 ปีที่แล้ว +1

    Thanks, this helped a lot!!!

  • @vardhilpanchal5402
    @vardhilpanchal5402 2 ปีที่แล้ว

    Great tricks man....👌👌👌

  • @fazekaslaszlo
    @fazekaslaszlo 3 ปีที่แล้ว +1

    brilliant thanks - have to deal with these kind of crap "data" day in and out lol

  • @vishnurao2901
    @vishnurao2901 4 ปีที่แล้ว +1

    Great information 👍 Please make a video on " Dashboard sharing and collaboration on Power BI Services".

    • @HowtoPowerBI
      @HowtoPowerBI  4 ปีที่แล้ว +1

      Thsnks for idea, will put it on my todo list ;)

  • @anrilombard2595
    @anrilombard2595 3 ปีที่แล้ว

    Hello, thank you for the video - it is amazing.
    I am just not sure how to make this so that when another file gets added (when the source is a folder), the query breaks when refreshed? Is there a way to deal with this please?

    • @HowtoPowerBI
      @HowtoPowerBI  3 ปีที่แล้ว

      thx Anri 🙂 ! works the same when you connect to a folder. Not sure why it breaks without having more details

  • @dramaticreviews6278
    @dramaticreviews6278 ปีที่แล้ว

    hi bas. i wanted to ask how to promote headers from different rows in power query editor

  • @hazelness7
    @hazelness7 3 ปีที่แล้ว

    Thank you for this. you are awesome

  • @sattimama
    @sattimama 2 ปีที่แล้ว

    As usual you came with an interesting thing in pivoting/unpivoting 👌

  • @disneypatterson8667
    @disneypatterson8667 6 หลายเดือนก่อน

    Hi I'm not getting null values like you do. Those null values are displaying as Column1, Column 2 etc. Therefore, the technique isn't working. Any ideas? Thank you!

  • @emilybone2437
    @emilybone2437 2 ปีที่แล้ว

    I think this is what I'm looking for to solve my problem, each of my rows are projects, and each project has a summary of equipment column with entries like: "1xSM, 6xEH, 3xMF". If I want to get a count of how many EH for projects, is there something you could suggest?

  • @rlei327
    @rlei327 3 ปีที่แล้ว

    absolutely practical guide!

  • @ramonillarramendi3191
    @ramonillarramendi3191 3 ปีที่แล้ว

    Hi Bas, thank you very much for your video, it works like a charm and it is explained wonderfully as usual. But how could I transform a data that has 3 top levels, as Group / Category / Product (which has to be the header) then details, and in the same column after several products I have a different category. Transposing and filling down, only gets the first Group/ category, but the second or other categories are missed since they are not filled down. These additional categories may be on different columns (which may vary). Any advice? The data comes from PDF.

  • @EyiBillion
    @EyiBillion 3 ปีที่แล้ว

    Brilliant! Awesome. You Rock!

  • @surajbatra8004
    @surajbatra8004 3 ปีที่แล้ว

    The refresh would throw up an error if new products are added or product names are changed, any idea on how to handle that situation?

  • @MLFranklin
    @MLFranklin 4 ปีที่แล้ว

    This is really good. This solves a big part of my problem. The other part of my problem is that I'm pulling similar Excel files from a folder. Power BI combines them by adding them vertically rather than horizontally, so I get extra headers from that. I have a workaround that preprocess the files and combines them into an unpivoted table, but I was trying to do it all with Power BI and skip the macro step. Any advice?

    • @HowtoPowerBI
      @HowtoPowerBI  4 ปีที่แล้ว

      thank you! You could try the following: (1) create a sample file that contains all the columns from the files that you want to merge, but has no data in it (2) perform the combine files process as you already do now (3) use group by to "match" the data at the right level. Example: we have one file for cost by product, one for sales by product then (1) Create a sample files with the headers cost, sales, product (2) perform the combine files process (3) group by product with as aggregations the sum of cost and sum of sales (4) remove the empty row. Let me know if that was clear and solves your problem :)

  • @sky-vn4mx
    @sky-vn4mx ปีที่แล้ว

    Will it going to take right value and total beacuse when i tried it in matrix visual after unpivoting it is showing wrong data and total so what can i do for it..

  • @AbhishekSharma-zu2ev
    @AbhishekSharma-zu2ev 3 ปีที่แล้ว

    Thanks. do you know how to make the double header view in power bi ?

    • @HowtoPowerBI
      @HowtoPowerBI  3 ปีที่แล้ว

      you can go for a matrix visual, place the two fields you want to use for you column headers on the columns drop zone. Then expand down.

  • @pahadianalyst
    @pahadianalyst ปีที่แล้ว

    This was amazing ❤❤❤🎉🎉🎉🎉

  • @aigultulegenova9530
    @aigultulegenova9530 3 ปีที่แล้ว

    Thank you so much for such a useful video! I got a question, I want to add a calculated measure which will be after the value however when I add it into values in the matrix, I got not exactly what I wanted, do you know how to solve this?)

    • @HowtoPowerBI
      @HowtoPowerBI  3 ปีที่แล้ว

      Thanks for watching Aigul! 😀 happy to have a look, but could you give me some more info

  • @marekbona4987
    @marekbona4987 4 หลายเดือนก่อน

    It works perfectly but when i update excel files which is source for my powerBI then while refreshing preview it shows me error that The column which i merged and used to get rid of double headers with decimeter couldnt find and i do need to do it again with all the steps

  • @vicomantoan3271
    @vicomantoan3271 3 ปีที่แล้ว

    Thank you so much

  • @Cuborubix-2018
    @Cuborubix-2018 2 ปีที่แล้ว

    Your videos are very nice!!
    Can you help me to give different different headers for group of columns?

  • @MIGAHU
    @MIGAHU 3 ปีที่แล้ว +1

    gracias

  • @andreibulatov2395
    @andreibulatov2395 4 ปีที่แล้ว

    Nice explanation! Keep on going)

  • @chistony123
    @chistony123 3 ปีที่แล้ว +1

    Thank you :)

  • @AsianGardenAndFood
    @AsianGardenAndFood 3 ปีที่แล้ว

    How did you color the different headers for the two different header?

    • @HowtoPowerBI
      @HowtoPowerBI  3 ปีที่แล้ว

      that's in the excel source file not power bi 🙂

  • @nikahafiz1
    @nikahafiz1 4 ปีที่แล้ว

    may i kindly ask why wud u do a pivot column as in the last example in the vdo?

    • @HowtoPowerBI
      @HowtoPowerBI  4 ปีที่แล้ว

      You could also have left it unpivoted. It is just that this requires you to use the calculate function when you for example want to return the sum of revenues.

  • @seemayadav9005
    @seemayadav9005 2 ปีที่แล้ว

    Amazing👍👍👍

  • @sravankumar1767
    @sravankumar1767 3 ปีที่แล้ว

    Awesome 👌

  • @lexh7714
    @lexh7714 3 ปีที่แล้ว

    but what to do ? if for example, if instead of having null values i have dates, so i have category 1 and then i have dates that belong to category 1 and then i have category 2 and then again dates that belong to category 2 and so on

    • @HowtoPowerBI
      @HowtoPowerBI  3 ปีที่แล้ว +1

      Hi Alex, I would demote the headers, transpose the data set to have the dates in a column instead of having them on one row. Then pivot the kpi column to have separate columns for each kpi.

  • @arbazahmad7177
    @arbazahmad7177 2 ปีที่แล้ว

    Great 👍

  • @SamehRSameh
    @SamehRSameh 3 ปีที่แล้ว

    How can i use excel formula in power query

    • @HowtoPowerBI
      @HowtoPowerBI  3 ปีที่แล้ว +1

      Power query uses a language called M, so you cant. For calculations or transformation you can use the power query interface or write it in M.

    • @SamehRSameh
      @SamehRSameh 3 ปีที่แล้ว

      @@HowtoPowerBI
      So, we need more and more from M language Plz ☺️

  • @mon_rich5366
    @mon_rich5366 2 ปีที่แล้ว

    best ever

  • @techipradeepa7398
    @techipradeepa7398 4 ปีที่แล้ว

    I am.having query ,I need to bring projection, outturn as column header
    For. Ex
    Items proj outirn today tomorrow date1 date2 date3

    • @HowtoPowerBI
      @HowtoPowerBI  4 ปีที่แล้ว

      Not sure if I understand your question, but I think what you need here is the pivot functionality which you find under transform.

  • @chistony123
    @chistony123 3 ปีที่แล้ว

    Thank you is not enough still thank you

    • @HowtoPowerBI
      @HowtoPowerBI  3 ปีที่แล้ว +1

      thx for watching Fincy!