This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello everyone!
I got stuck with a data set I'm working right now, and i will appreciate any help I can get.
In my first column i have different ID numbers. The ID number appears first, and right bellow it all the transactions that were associated with that ID number, then the next ID number comes up, and again all the transactions associated with it.
For a better analysis, I am trying to create a custom column that has the ID number right beside the transaction, but I am failing to do so, as can be seen in the attachment.
Is it possible to do that using Power Query? I will appreciate any help I can get.
Thank you in advance for your comments.
Solved! Go to Solution.
Hi,
You can add a new custom column like this:
if Text.Contains([Entity], "-") then [Entity] else null
Then select your new column and go to the Transform tab > Fill (dropdown) > Down.
Then filter your [Entity] column on Does Not Contain "-".
Pete
Proud to be a Datanaut!
Thank you a lot, it was way easier than what I was trying! I really appreciate it
No problem, happy to help.
Feel free to give a thumbs-up and accept the answer as the solution 👍
Pete
Proud to be a Datanaut!
Hi,
You can add a new custom column like this:
if Text.Contains([Entity], "-") then [Entity] else null
Then select your new column and go to the Transform tab > Fill (dropdown) > Down.
Then filter your [Entity] column on Does Not Contain "-".
Pete
Proud to be a Datanaut!
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.