DEAR SIR THANKS A BILLION TIMES AS I GOT SOLUTION FROM YOUR GUIDANCE IN CONCATENATING ROW DATA IN A SINGLE CELL VALUE I HAVE BEEN TRYING TO FIND THIS FOR LAST TWO YEARS THANKS AGAIN SIR
@DougHExcel6 жыл бұрын
Thanks HARISH PAL DHIR, glad it helped!
@harishpaldhir59156 жыл бұрын
Thank you sir U have solved my biggest problem I have been lokking ways to concatinate rows for the last two years and u have guided me in this in the simplest and easyiest way Thanks again sir 😇😇😇😇😇
@DougHExcel4 жыл бұрын
Thanks HARISH PAL DHIR, glad it helped!
@lorihewig8917 жыл бұрын
Thanks for the great example and step-by-step approach. I appreciate your highlighting the differences between power query and pivot tables.
@DougHExcel7 жыл бұрын
Hi Lori Hewig...you're welcome, glad you liked!
@mgupta104 жыл бұрын
Very impressive!! A big thumbs up for the presentation skills and showing the power of Power Query.
@DougHExcel4 жыл бұрын
Thank you very much!
@deninsrmic41654 жыл бұрын
Great tutorial Doug!!!
@DougHExcel4 жыл бұрын
Thanks Denin Srmic!
@fennecfennec52342 жыл бұрын
Thank you so much . The demonstration is very helpful
@DougHExcel2 жыл бұрын
Glad it was helpful!
@rdg5153 жыл бұрын
13:40 adds a column that concatenates uniques values for a column for each aggregated row
@DougHExcel3 жыл бұрын
Hi rdg515, thanks for the comment
@BezUmiaru2 жыл бұрын
Amazing! Nothing else to add!
@DougHExcel2 жыл бұрын
Thanks!
@cereskinomoto20042 жыл бұрын
Very informative.. Well explained.. love it 🤩
@DougHExcel2 жыл бұрын
Thanks!!
@lukaseller87762 жыл бұрын
You are the Best!
@DougHExcel2 жыл бұрын
Thanks for the kind words!
@maggiebarr55995 жыл бұрын
Thank you so much for this!!! You are an angel!!!
@DougHExcel5 жыл бұрын
Hi Maggie Barr, glad you liked it, thanks for commenting!
@vijaysahal45563 жыл бұрын
Amazing sir 👍🏻👍🏻👍🏻👍🏻💯💯💯💯🔥
@DougHExcel3 жыл бұрын
Thanks for the comment!!
@SimX90003 жыл бұрын
Thank you, super helpful!
@DougHExcel3 жыл бұрын
Glad it was helpful!
@Muuip6 жыл бұрын
Great presentation! Very useful, thank you.
@DougHExcel6 жыл бұрын
Hi Muuip...you're welcome, glad you liked!
@NaraMeerammaTrust4 жыл бұрын
where do i get the Power Query M Code training yu mentioned in this video? Can you please let me know the website? I wanted to learn ASAP. Thank you in advance.
@DougHExcel4 жыл бұрын
Which timeslot? Probably stuff from Ken Puls...?
@kennethstephani6924 жыл бұрын
Great video!
@DougHExcel4 жыл бұрын
Glad you enjoyed it
@DataAnalytics24864 жыл бұрын
Hi Doug, Thank you for this great video! Is there a way to apply these steps across multiple tables with the same column names (tables need to stay separate)?
@DougHExcel4 жыл бұрын
Yes you can if the columns headers are exactly the same, just do the steps with one table, make a copy of that query and change the source for the next table
@dagordon17 жыл бұрын
Thank you! What a simple way to concatenate several text items into the same cell automatically.
@DougHExcel7 жыл бұрын
You're very welcome!
@hamzamottali35672 жыл бұрын
thank you, it worked with me, but i have such an error : DataFormat.Error: There were more columns in the result than expected, I had it juse in some rows could you please give a help
@guptamols6 жыл бұрын
Thanks for the informative video, What if values are required in different columns rather than comma separated ?
@DougHExcel6 жыл бұрын
Try to the pivot feature in power query kzbin.info/www/bejne/ZmG9nXqNgaaqm80
@fennecfennec52342 жыл бұрын
Hi Doug . Could you please share how to to add sorting to final result for example ( a,b ) , (b,a) to show only (a,b) . I tried to use table.sort and List.sort but IT doesn't work. Thank you in Advance for your help.
@fennecfennec52342 жыл бұрын
I did it with if function but for each new combination I have to add an if clause
@saikrishna90694 жыл бұрын
Thank you so much but when we have numbers where should we Number.Totext in M code
@DougHExcel4 жыл бұрын
Something like this? kzbin.info/www/bejne/noqciIyIZZuirsU
@TheLaopi2 жыл бұрын
Hi very helpfull, can you share file to mâle again the exercice thanks
@DougHExcel2 жыл бұрын
Hi Pierre GARTISER, thanks for the comment! ... sorry don't have files to download :-(
@saidzazai36214 жыл бұрын
Thanks for this. I noticed that after creating this concatenated list my counts were not correct and I fixed it by swapping the position of your Table.Transpose with Table.Distinct. Basically, I am taking distinct after transposition. Thought i'll share this in case someone is having the same problem.
@DougHExcel4 жыл бұрын
Hi Said Zazai, thanks for adding to the thread!
@michaeljones28438 жыл бұрын
Awesome example Thanks!
@DougHExcel8 жыл бұрын
Thanks for the comment!
@christianstork10497 жыл бұрын
Thanks for showing that this is possible. The formula can be simplfied though, I think. Something along the lines of: =Text.Combine(List.Distinct([Region]), ",")
@DougHExcel7 жыл бұрын
Hi Christian Stork, thanks for the comment and adding the tip to the thread!
@MrKamranhaider04 жыл бұрын
Dear , If we want combine two or more column like you do only region.
@DougHExcel4 жыл бұрын
Hi Kamran Haider, thanks for the comment! There is a combine columns feature (with delimiter) you can use in the PQ editor
@cereskinomoto20042 жыл бұрын
Hi Sir, i work in a hospital ang i would like to request a tutorial on how to calculate patient readmission, and how do i flag pts that had a readmission
@DougHExcel2 жыл бұрын
Maybe try >> Highlight Cells that Match with Conditional Formatting kzbin.info/www/bejne/nZDTqWWafLhoi6c
@dionis876 жыл бұрын
many thanks!
@DougHExcel6 жыл бұрын
You're Welcome!
@aekmit8 жыл бұрын
yes, this can help :) I'm feeling lucky to subscribed your channel Thank you so much!! Hi Doug H may i have one question, can we apply 'slicer' to control this pq?
@DougHExcel8 жыл бұрын
slicer will not control the query per se (although i think you can apply a slicer of a table that is an input to another query). The output of the pq in the table...you can apply a slicer to that table.
@aekmit8 жыл бұрын
Thank you so much for your advise, ok i will try that. :)
@perfectionist8107 жыл бұрын
Could you post the M code you pasted?
@DougHExcel4 жыл бұрын
Hi perfectionist810, sorry don't have files to download :-(
@Tat-cx1lr8 жыл бұрын
Dommage vous ne faites plus de vidéos!!!!
@DougHExcel8 жыл бұрын
J'ai beaucoup plus de vidéos! Abonnez-vous à la chaîne à afficher. Merci! kzbin.info