Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Syndicate_Admin
Administrator
Administrator

Custom Column

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.

1 ACCEPTED SOLUTION
BA_Pete
Super User
Super User

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



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




View solution in original post

3 REPLIES 3
Syndicate_Admin
Administrator
Administrator

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



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




BA_Pete
Super User
Super User

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



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.