Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi everyone,
I have a table in a databse which has job numbers, template nuber, and comments. I have managed to do a bunch or merges, pivots, and joins to get the table to look like this:
You will notice the bulk of the JobNo is the same, this is becasue whenever a new comment is added it creates a duplicate row. What I want to do is join all the comments in to one sell if the JobNo is the same. Can this be done in Query Editor or am I better off using DAX?
Thanks,
Giles
Solved! Go to Solution.
Hey Gileswalker,
I suggest u go with DAX.
DAX Query :
Concate = CONCATENATEX(Tablename,Comments,"Delimeter whatever u want")
check it and let me know, i will help u if not work....
@GilesWalker Check out this post...
http://community.powerbi.com/t5/Desktop/Help-with-a-table-visualization/m-p/24298#M7829
@ImkeF as you know is the M Expert and she had a great solution there
Hopefully you can make it work in your case!
Hey Gileswalker,
I suggest u go with DAX.
DAX Query :
Concate = CONCATENATEX(Tablename,Comments,"Delimeter whatever u want")
check it and let me know, i will help u if not work....
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
29 | |
28 |
User | Count |
---|---|
99 | |
88 | |
62 | |
42 | |
39 |