Add a Group Number

amulder

New Member
Joined
Oct 28, 2016
Messages
20
Hi,

I am trying to create a new column in Power BI that will allow me to group my data by a subset of the entire table. Here is what I am trying to accomplish.

[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Event Number[/TD]
[TD]Unit[/TD]
[TD]Status[/TD]
[TD]Group Number[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]Truck[/TD]
[TD]DP[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]Car[/TD]
[TD]DP[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]Truck[/TD]
[TD]AM[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]Car[/TD]
[TD]AM[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]Truck[/TD]
[TD]DP[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]5522[/TD]
[TD]Truck[/TD]
[TD]DP[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]











The Group Number column is what I need to create and is based on the following:
1. Group by Event Number and Unit
2. The Group Number is autogenterated
3. The Group Number starts when the status is DP end then restarts at the next DP within the same Event Number and Unit group

How can I do this?

Thanks in advance!
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.

Forum statistics

Threads
1,226,113
Messages
6,189,046
Members
453,522
Latest member
Seeker2025

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top