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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
MeghnaZutshi
Frequent Visitor

Query on Duplicate Rows

I have a table with two columns: Ticket Number and Business Unit.
Ticket number column can have duplicate values with same or different Business Unit.

For example

 

Row 1 :

Ticket Number: INC12345

Business Unit : ABC

 

Row 2:

Ticket Number: INC12345

Business Unit : Can be ABC or XYZ

 

How do i check the following :
For a given ticket number (INC12345) whether business unit has changed (to XYZ) in the other row or is it still the same( ABC) as previous one?

2 REPLIES 2
Ashish_Mathur
Super User
Super User

Hi,

It would have been easier to solve if you would have had a Date column.  Since you do not have one, this may be a start.  Write this calculated column formula

 

Column = CALCULATE(COUNTROWS(Data),FILTER(Data,Data[Ticket Number]=EARLIER(Data[Ticket Number])&&Data[Busines Unit]<>EARLIER(Data[Busines Unit])))

 

A number indicates that for that ticket number, the business unit changed x times.

Untitled.png


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
lbendlin
Super User
Super User

Power BI doesn't know what you mean by "previous row".  You need to indicate how the data should be sorted, or you provide an index column.

 

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.