Append vs Merge in Power BI and Power Query

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

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

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

    Thanks for that, I've created two views from a table in Power Bi and I'l like to merge them.But Power BI doesn't bring the view's name in Merge setting.
    How can I merge 2 views with same structure with DAX?

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

    The tips you give in addition to explaining the concepts really help at the timer of interviews. Thanks a ton!!

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

    Hey man, i have a situation and I want your advice. So i am making a dashboard in which data comes to a table after every 5 min automatic refresh. User wants the history of data. Now if i use append so after every refresh, the data will get into a new appended table. Now the issue is after every refresh data will take place of previous data, I don’t want that. I want if first refresh have 20 records and second have 30 records then total after 2 refreshes should be 50 records instead of 30 in the new history table. But this is failing and user wants the whole data. Could You please help me how can I achieve this? Tell me if you want more explanation. Looking forward for your reply.

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

    Hi , Can we merge data from SAP BW and Salesforce Table. I have one set of data say targets in the salesforce and targets achieved in SAP BW. Can i do the visualization in Power BI

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

    THE WAY YOU TEACH IS AWESOME.

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

    Very helpful!! Simple explanation covering very important aspects such as CPU performance and others. Congratulations!!!!

  • @123jamalq
    @123jamalq 6 ปีที่แล้ว +2

    Thanks for the nice content, can u also share a tutorial on reference and duplicate in power query. I am confused somehow. Not strong clarity.

    • @RADACAD
      @RADACAD  6 ปีที่แล้ว

      Will do for sure

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

    Awesome video! Being new to Power BI, I was stuck on how to combine data from identical tables from 10 different SQL DBs . The append queries option is already available on the toolbar! No need for complicated DAX (like Calculated tables) . Thanks!

    • @BarelyToast
      @BarelyToast 5 ปีที่แล้ว

      I am doing the same but for 68 SQL DBs. My problem is that when only 1 server is down, you can’t refresh the append table for the other 67 which are available.

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

      @@BarelyToast then it will be hectic situation bro...

  • @prateeksharma-ig5qg
    @prateeksharma-ig5qg 2 ปีที่แล้ว

    Hey pls can u help me, what if we have two tables and we need to merge those two but theres no primary key and foreign key (no common column)

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

    You are very brief yet explain everything related to a topic. So useful! thank you so much!

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

    awesome video tutorial thanks! very helpful

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

    You explained very well. Thanks for sharing. I just subscribed your channel 👍🏻

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

      Thanks and welcome

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

    Great video! Do you happen to play classical guitar by any chance? Long fingernails on the right hand seem to suggest so..

    • @RADACAD
      @RADACAD  6 ปีที่แล้ว

      Nice catch ;) yes.

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

    sir I need more in power query................................jazakallah,

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

    Query folding & Incremental refresh

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

    You are awesome in Explaining everything in an easy way... Fabulous. Many many many Namaskars🙏🙏🙏🙏🙏(Indian style) & thanks a lot. I almost saw all your videos

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

      glad to help :)

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

    Great work again. I have another question related to DAX you might help with.
    How can we extract the second latest date depending on id's. E.g a table with a date, an id and a revenue column. Now we would like to get the difference between the latest revenue and the second latest revenue for each id. Any ideas? Thank you

    • @RADACAD
      @RADACAD  6 ปีที่แล้ว

      There are a number of ways you can achieve this. In DAX, or in Power Query. as an example, you can use TOPN to get the first two rows, and then get the first record of those two. When it comes to DAX, there are always multiple methods of doing things.

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

    You just saved my job! Thank you.

  • @Breezy-bf9so
    @Breezy-bf9so 6 ปีที่แล้ว +1

    I like the way that you draw boxes, numbers, etc. in your video. Could you advise what software/utility you are using?

    • @RADACAD
      @RADACAD  5 ปีที่แล้ว

      It is called ZOOMIT, a free small tool developed by Microsoft. you can download and use it too.

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

    Hi Reza thanks for the video. I have a question. I have a data today with unique IDs 1 to 10. Tomorrow i have another dataset where i have data for unique IDs 5,6 &7 and also some new unique IDs like 11,12,13. What i want to do is to ;
    -keep data as it is for unique IDs 1,2,3,4,8,9,10
    -update dataof unique IDs 5,6,7 with second file
    -add unique IDs 11,12,13
    so in the end i will have a data set with 13 rows.. It is kind of a delta concept that i would like to have. Is it possible?

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

    Thank you for explaining it so well!

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

    If you need to both Append and Merge, is it better/more efficient/effective (from a memory standpoint, etc.) to Merge and then Append, or Append and then Merge?
    Thanks.

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

    It was exactly what I was looking for, thanks.

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

    Geat video, many thanks for the sharing.

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

    Great and Clear explanation. Thank you. I found this to be very helpful. I have subscribed!

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

      Thanks for the sub!

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

    Thank you very much ! It was very simply explained & understand the concept

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

    Radacad, can you provide a solution to the need of stacking records in more than 2 column's (let's say 3 or more) data into one single column in powerBI / powerQuery Thank you

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

    Awesome Explanation... I liked it very much.. Saw 3 vedios on the same concept but all were shit.. Thanks to you..

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

    Could I make calculations among different tables without using merge?

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

    Awesome video..

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

    Is it possible to merge 3 tables together in powerbi?

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

    Well done Reza, your tutorials are super easy to understand and are very informative. The key takeaway from this tutorial is disabling query load (which I was not doing before).

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

      😊👊

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

    Thank you for an easy, logical, and understandable explanation!

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

      You are welcome!

  • @Suman-vv5gv
    @Suman-vv5gv ปีที่แล้ว

    Thank you for this Vedio..

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

    Helpful Video

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

    16:00 I was going to highlight a mistake in my comment until I saw Reza's nails and backed off 😁

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

      😅😅

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

    This is very helpful! However I have a slightly different situation- I have a file where I already have visuals completed using table 1. I need to add table 2 which has all the same columns, but I don't want to append because then I have to change all of visuals to the Append table. Is there a way to do this?

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

    Very helpful. Thank you. This is exactly what I needed.

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

      Nicely done. Btw what are you using for the zooming in, mouse clicks and rectangles creation.

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

    Great video, thanks!

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

    Is it possible to combine two tables without having no single column same so what can we do in power query?

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

    Hi,
    i am trying to combine three excel sheet,one sheet contains header and other sheet does not contains header details,I have selected example file as first sheet ,i am getting data from only from first sheet not from other sheet.
    can you pls guide me on this ?
    or is it possible to combine that one sheet with header and other sheet without header ?

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

      depends on how the files are structures it might be possible. if they all have the same number of columns, you can get data from each sheet, do NOT use the first row as header, append them and then add some more transformations into it.

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

    Good camera, what are you using?

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

      Panasonic GH5

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

    Great tutorials as usual Reza, well done.
    I have smal question, I have 10 folders containing information related to 10 assets / equipment. Inside each folder, I have 12 files where each file contains the monthly data related to the particular asset. So in total I have 120 files providing information for 1 year.
    All these 120 files shares a common column which is the timestamp based on hourly data gathering. However remaining column headings are different (equipment-1 run hour, equipment-2 run hour, etc…).
    What do you suggest for combining all into single table based on the common timestamp. Do I need to combine each asset table separately into single table and then merge all the 10! Thnk yoy.

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

    Good day, Reza, and thank you for putting this video together. I learnt some new items within Power Query and thank you. Much appreciated.

  • @user-hu7ov6fi9y
    @user-hu7ov6fi9y 4 ปีที่แล้ว

    Reza, thanks for understandably explaining these two functions.

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

    Thank you Reza, this is very helpful!

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

    Good content, Reza. Thanks! Besides not wanting to create a large number of table relationship what are other benefits of merging queries? I heard it isn't ideal to have too many flat tables.

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

      to create dimensions mainly. I have a video about creating shared dimension

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

    helpful

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

    Best Explanation Ever! Loved it

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

    Thankq soo much

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

    9:55- Merge starts

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

    Thanks, man, you're the best.

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

    9:00 disable load

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

    I came down to this video after struggling to find why my appended query result and SQL 'UNION' result wouldn't match. Even after trying remove duplicates the total rows weren't matching. Thanks to Reza, @6:41 portion of this video highlights the issue where he specifically says that we need to select all columns before removing duplicates. I happened to miss that part which might seem obvious but wouldn't strike when you're trying to circumvent an issue. Loved the solution.

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

      Glad it helps :) Thanks for sharing your experience

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

    Hi Reza, Thanks for making this simple, Can I understand it this way, Append is for Rowside and Merge is for Column side?

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

      kind of.
      but there are scenarios that merge will also cause adding extra rows, if you have multiple values per the combination of fields you choose for the merge in one of the tables.
      in general, however, kind of correct.

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

    Hi, thanks for the video it's helps a lot, I just have a question actually i've created a merged table but it doesn't take new columns that are added into the first table till i select them from the list, is there a way to developpe newcolumns automaticaly i want to select them all at once without adding every time the new one

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

      After merge you have to expand into the columns from the source table. There might be some ways to automate it, such as getting the list of columns from the source table, and using that to expand the columns. This has to be done using M scripting though, no possible through the graphical interface yet.

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

      @@RADACAD thanks
      I'll look for an other way to do it

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

    Thanks Reza for this clear and thorough tutorial

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

    Thanks 😊

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

    Thank you for your clear explanation.

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

      Glad it was helpful!

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

    Awesome!

  • @MultiCreasey
    @MultiCreasey 5 ปีที่แล้ว

    Thank you - excellent concise video. Thank you for taking to time to create and share.

  • @14mastermo
    @14mastermo 4 ปีที่แล้ว

    Perfect video to explain difference between merge and append

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

    Informative and thorough, thank you!

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

    Clear, concise, excellent. Thank you

  • @Ingles4allYou
    @Ingles4allYou 5 ปีที่แล้ว

    Can someone share the link where he teaches all other merge types please?

    • @RADACAD
      @RADACAD  5 ปีที่แล้ว

      radacad.com/choose-the-right-merge-join-type-in-power-bi

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

    Thank you so much, it was very useful.

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

    Thanks. Great teaching; no time wasted.

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

    Great video with great content and explanation! Thank you Sir and keep up with the hard work. These tips will help a lot during interviews.

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

    took me a while to find the answer to this. Quite straight forward in the end, so thanks for explaining

  • @arisblan5171
    @arisblan5171 5 ปีที่แล้ว

    Great tutorial! But...I have Table1 (ID from 1 to 10) and Table2 (ID from 1 to 30)
    I need to append to Table1 records from Table2 only from 11 to 25
    Is there a simple way to append a filtered recordset in PQ?

    • @oluwayemisiimogirie7462
      @oluwayemisiimogirie7462 5 ปีที่แล้ว

      You can filter the Table2 records and then append that result to Table1

    • @RADACAD
      @RADACAD  5 ปีที่แล้ว

      You can Append both tables, and then remove duplicates. Or alternatively filter the table2 first, and then Append.

  • @dhananjaykulkarni5445
    @dhananjaykulkarni5445 5 ปีที่แล้ว

    Thanks allot. Precisely explained :)

  • @ashb899
    @ashb899 5 ปีที่แล้ว

    useful video champ.

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

    Quick question: If I have two tables, A, B, containing project information of the same structure, is it possible to append the rows of table A into table B using Append? I want to keep using table B and do not want a 3rd table containing the combined rows.

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

      Hi Thomas.
      That is exactly what the Append is for. Yes, you can append the two tables using this approach, and don't worry about the third table, you can use APPEND instead of APPEND AS NEW.

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

      @@RADACAD Thanks for the reply!

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

    Very well explained. Thank you so much!

  • @abdulassees9770
    @abdulassees9770 5 ปีที่แล้ว

    Awesome video! Thank you.

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

    These are the kinds of software instructional videos that are best: ones that are direct and to the point. It's great review for me. Thank you!

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

      Thanks. We are glad you like it.

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

    Append is like union all

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

      That is right :)

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

    excellent tutorial, thank you!

  • @samiraslan9735
    @samiraslan9735 5 ปีที่แล้ว

    Great Video

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

    great job and thank you!

  •  4 ปีที่แล้ว

    Simply, thank you!!

  • @rameshshettipalli3678
    @rameshshettipalli3678 5 ปีที่แล้ว

    explaining good

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

    Well done!

  • @prekshajain5174
    @prekshajain5174 5 ปีที่แล้ว

    vey helpful :-)

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

    can we not merge more than two data sources in power query ?

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

      two tables at a time. which means you can merge table 1 and table 2, then merge the result with table 3 and so on. You can merge as many as data sources you want.