In my data table there is one column “Transaction Description” the complete description are showing in many rows. I need in one row through query editor.
Please find the attached data sample with highlighted Description column. I will appreciate if someone can do in pbix file and sent back to me.
Thank you.
I couldn’t figure it out power query steps from “UpdateIndex to onwards”
Have you used the user interface or advanced editor for querying steps?
If there is any video available for specific transformation in DNA portal or YouTube, please share a link. It will be more helpful.
Thank you so much Melissa.
Most of the time I’ll use the UI as much as I can and only amend the code when needed.
The logic for creating a group by key is usually a “one off” because that depends on the data and the grouping you want to create but the steps involved are pretty generic:
Add an Index Column
Create conditional logic to return the Index Value on each “first” row and nulls for others
Fill down the values in this conditional column
Now each row “in a group” shares the same key and you can leverage that in a group by step.
Please review the article I referenced in my first response again because that covers the concatination of the text strings pretty well.
Hi @khurram, It’s great to know that you are making progress with your query.
However, a gentle reminder that asking more than one question in a forum thread and asking question after question in the same forum thread around the same project or piece of development work is considered inappropriate.
You can create a separate thread for your other questions related to this inquiry so that other users can easily check the details of your queries.
Hi @khurram, we’ve noticed that no response has been received from you since September 28.
We just want to check if you still need further help with this post? In case there won’t be any activity on it in the next few days, we’ll be tagging this post as Solved.
Hi @khurram, due to inactivity, a response on this post has been tagged as “Solution”. If you have any concern related to this topic, please create a new thread.