How to Fix Pivoting Errors in Power Query

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

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

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

    Check out the M Language course ↗ - goodly.co.in/learn-m-powerquery/

  • @pabeader1941
    @pabeader1941 ปีที่แล้ว +12

    You are one tricky bugger!! I absolutely love the way your mind works!!

    • @GoodlyChandeep
      @GoodlyChandeep  ปีที่แล้ว +8

      I felt baaad. I'd like to be called a de-bugger
      😄

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

    Well, that explains some of the errors I was getting and couldn’t figure out why! Very helpful video-Thank you!!

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

    Best explanation about pivoting I stumbled across. Thanks for the video

  • @sujit3375
    @sujit3375 ปีที่แล้ว +6

    Disclaimer: Highly addictive content
    Once watched you cant get over this❤❤
    Thanks Chandeep
    As always lots of love to Goodly 💕

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

    You truly are a master! Thank you for sharing this very helpful piece of your knowledge.

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

    This is EXACTLY what I needed! Thank you, you’re a lifesaver!

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

    Potential video subject for you. There is a single video on TH-cam with no talking, just background music on a workaround for regex in Power Query. I think a lot of people would want to see such a video from you. Enjoy your content and have learned from your videos. Thank you.

  • @Shifter-bp2hu
    @Shifter-bp2hu ปีที่แล้ว

    This is great! I've used an index column in the previous step. Each row has an unique number. Split (duplicated) the query, pivoted one query and merged them afterwards. I got the same error behore I came up with my solution, but now I know how to do it better!

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

    I have no words to thank you enough. This really has just saved my day. Exactly what I needed!

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

    This is absolutely my favorite channel for learning how to use Power BI!
    Can we make a nice org chart on Power BI with the native visuals or with any custom visuals when our data feed consists of 4-5 levels with 40+ employees. If there is a way to build a proper org chat, could you please do a video on that. I've been searching for this since few weeks didn't find any useful information.

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

    I am a fan of your videos. Have you come across the error below when Pivoting. It only happens in the Power BI Service, the Power BI Desktop works normal. Very odd.
    `Expression.Error: We cannot convert the value "[List]" to type Table.. Value = [List]. . The exception was raised by the IDbCommand interface. Table: Tickets.`

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

    4:37 How do we know that adding the “each _” is going to give a list? Thanks.

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

      Each _ is a short hand for writing a function and the last argument was a function.

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

    This is so useful and clear explanation. Chandeep Sir, thank you so much! Subscribed.

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

    Hai Goodly ,
    I have an issue
    In power query editor date column is in format dd-mm-yyyy
    But I created in the format of yyyy-mm-dd
    Using
    Text.From(Date.Year([loaddate])) & "-" & Text.From(Date.Month([loaddate])) & "-" & Text.From(Date.Day([loaddate]))
    The output is come in yyyy-mm-dd
    But I am trying to convert into date data type
    This custom column values also changing into dd-mm-yyyy
    What should I do now ...
    I tried many ways ...
    Kindly help
    I need in yyyy-mm-dd only

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

    Thanks for your video. What if instead of combining the text value, I would like to create new rows? For instance in your example, I want Comm and PBI to be in two separate rows? Thank you.

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

    ghazab ki trik paaji! zabardast

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

    Thank you very much, i was looking for it :) I rather prefere to automaticly create additional columns if use separator in one cell. But at list someone explain how to fix this error. Thank you again :)

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

    Now I would like to see a video regarding how to handle errors when UNPIVOTING! Thanks.

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

      Give me an example
      goodly.wordpress@gmail.com

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

      @GoodlyChandeep Ah, I was just curious!
      Maybe it isn't as much of a problem to unpivot! 😉

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

    Another goody from Goodly! 😉 Thanks, Chandeep!

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

    Brilliant! Thanks for the explanation!

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

    Thank you for share this tricks!!!

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

    Excellent solution, thanks Chandeep!

  • @oscarmendez-roca9181
    @oscarmendez-roca9181 ปีที่แล้ว

    Very useful trick, Thanks Chandeep!!

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

    another excellent teaching.

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

    This video made me feel more at ease with power query formula. How did you vet so good at this? Do you have previous programming experience? How did you decide to make M your niche? Best,T

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

    Can you do a vedio on custom data types in power query and how can do merge and load those data types into excel?

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

    Always fantastic 👍💯

  • @SS-lv8pn
    @SS-lv8pn ปีที่แล้ว

    Could you please make a video on How to sync slicers across reports ?? Currently this feature isn't available in power hi although Cross report drillthrough is available , but I assume there must be some ways to achieve this??

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

    Thank you Chandeep for the video! when we deal with millions of rows and the errors are far a way from the first 1000 records it become very difficult to find the columns that contain errors. Could you help me to find out how to solve this type of problems?

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

      do not apply pivoting when working with millions of rows. pivoting may drastically slow down your query.

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

      you'll need to build an error checking mechanism. unfortunately I don't know of a way to visually identify errors beyond 1000 rows

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

      @@GoodlyChandeep Thank you Chandeep for your feedback!

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

      @@GoodlyChandeep my question is not specifically related to the pivoting.

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

    Thank you as always, great tip.

  • @LinhTran-ys1mt
    @LinhTran-ys1mt ปีที่แล้ว

    Great video, keep doing guy. 🎉

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

    Thats awesome 👌

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

    Hi Boss can you make a video of bulk replacement of values in power query

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

    You are amazing!

  • @KuldeepSingh-nq1vi
    @KuldeepSingh-nq1vi ปีที่แล้ว

    That's great Video Bro.. ❤

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

    Awesome ❤

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

    insightful 👏👏👏

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

    Great stuff

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

    Love it!!

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

    How to expand the list to show each record in a separate row? (not separated by comma in the same row)

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

    Hey chandeep great solution but want to know when the pivoted column consists both text and numbers the text.combine function gives error for numeric values. Even number. To text doesn't work as well any solution is much appreciated.

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

    Great video

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

    very good .

  • @AnnGodwin-p5z
    @AnnGodwin-p5z 20 วันที่ผ่านมา

    what if i don't want to combine it but it want each on the list in different rows

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

    Sir I have more Queries ,can u help me plj

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

    Hi there, I love the way you teach us, i have a doubt if you or someone can help me out
    I need to consolidate approx 45 sheets on a daily basis. The catch is my headers in every sheet starts from A8 to S8 and and from A1 to A6 there's some rubbish data(i need to igorne this except for A3)
    A3 has a location name. This location goes in column T, every workbook has a different location name.
    The output should be like this
    A8 to s8 headers should be in A1 to S1 and new column should be added for location in T.
    If there are 500 rows in workbook 1, then the location name for 500 rows should be same i.e from A3(workbook1)
    2nd workbook having 200 rows then in consolidated file, the next 200 rows should have loc name from 2nd workbook(a3)
    Can someone help me out creating a power query for this.
    Thanks and Merry Christmas ❤❤

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

      th-cam.com/video/c8HQOCbJAzs/w-d-xo.htmlsi=bNaFjyIczOutCq-U

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

      @@GoodlyChandeep Thanks for this, You are a life saver Man...

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

    ❤❤❤