Repeat Row N Times

Поділитися
Вставка
  • Опубліковано 29 сер 2024
  • Check out our newly launched M Language course ↗️ - goodly.co.in/l...
    Repeat rows n times using power query. Download excel file here - www.goodly.co....
    - - - - My Courses - - - -
    ✔️ Mastering DAX in Power BI -
    goodly.co.in/l...
    ✔️ Power Query Course-
    goodly.co.in/l...
    ✔️ Master Excel Step by Step-
    goodly.co.in/l...
    ✔️ Business Intelligence Dashboards-
    goodly.co.in/l...
    - - - - Blog - - - -
    www.goodly.co....

КОМЕНТАРІ • 31

  • @GoodlyChandeep
    @GoodlyChandeep  9 місяців тому

    Check out our newly launched M Language course ↗ - goodly.co.in/learn-m-powerquery/

  • @rupeshpandey9878
    @rupeshpandey9878 9 годин тому

    We also can do that by adding custom column and write simple code {1..[value]} and expanding that give us same result. By the way i am your big fan.

  • @mamavgaming8861
    @mamavgaming8861 Рік тому

    Thank you so much for this tutorial!

  • @fjdiazt
    @fjdiazt Рік тому

    Amazing! very clear and to the point, and the way you explain each step in detail helps a lot! thank you.

  • @nikhilbudhiraja5882
    @nikhilbudhiraja5882 2 роки тому

    Thanks! you saved a lot of manual effort.

  • @triantafyllosmarangos4120
    @triantafyllosmarangos4120 3 роки тому

    Excellent, it's Very nice your job. Thank you very much for share with us!

  • @wesleyrenton3571
    @wesleyrenton3571 2 роки тому

    You just saved me A LOT of time! Thank you!

  • @marcelo157films
    @marcelo157films 6 років тому +1

    Excellent demonstration! Thank you very much for share with us!

  • @McFadedevaded
    @McFadedevaded 6 років тому +1

    Great example! much appreciate! that is what i was looking for

    • @McFadedevaded
      @McFadedevaded 6 років тому

      just recently found even more simple way: to add custom column {1..[Value]}, then expend list

    • @GoodlyChandeep
      @GoodlyChandeep  6 років тому

      Super! Can you please share the code here (in the comments) - www.goodly.co.in/repeat-row-n-times/

  • @uweseidel8784
    @uweseidel8784 3 роки тому

    Woohoo! Exactly what I was looking for. Thanks, mate!

  • @tifsthirdpartylogistics5316

    Thank you for Sharing!!! ^_^

  • @ExceliAdam
    @ExceliAdam 6 років тому +1

    I tried:
    Text.Combine(List.Repeat({[Attribute]},[Value]),";")
    then Split by ";" to Rows.
    Thanks for the inspiration

  • @davidhollingsworth5608
    @davidhollingsworth5608 4 роки тому

    Cheers Goodly, you're the man, been looking for this for ages

    • @GoodlyChandeep
      @GoodlyChandeep  4 роки тому

      haha.. Thanks David!
      My name is Chandeep but the channel is Goodly :D

  • @tecwzrd
    @tecwzrd 5 років тому

    Thank you very much for this tutorial. I had manually been duplicating lines by X amount of times through a VBA script but this way is much quicker :)

  • @oh6254
    @oh6254 5 років тому +1

    Thank you words perfectly, Subscribed :)

  • @rajudongang07
    @rajudongang07 5 років тому +1

    Superb.
    Hey can you help me to repeat selected rows at top as well as on bottom of the page on each printing page?

    • @GoodlyChandeep
      @GoodlyChandeep  5 років тому

      I think there is an option when you print (Ctrl P) >> under page setup >> sheet tab, which allows you to select rows to be printed

  • @nikosuomi5674
    @nikosuomi5674 3 роки тому

    Genius!

  • @meditatereflect3354
    @meditatereflect3354 3 роки тому

    Hi.. I have 250k rows of data and I want to repeat that Ntimes but adding date to 1 column )incremental) Ex,. The first 250klines with date June 5 and the next duplicated 250 rows will have new date June 6 and so on.. how can I do that in pquery?

  • @shoaibrehman9988
    @shoaibrehman9988 4 роки тому

    Very useful video, why can't view in Playlist as a Powe Query in your channel

  • @demetriusc6207
    @demetriusc6207 5 років тому

    is there a way to do this with google sheets?

  • @alok21prakash
    @alok21prakash 4 роки тому

    how to reverse please guide