Forum Discussion
qwertzuiop
Advocate III
4 years agodetect dublicates and attach a string to the second value
Dear Power BI-Community Following problem to solve: Let's assume this table with more than 1'000 records. As you can see in column A (business unit), there are dublicates that should not be ...
- Anonymous4 years ago
Hi qwertzuiop,
You can enter to query edit and 'fill down' on your category fields and add an index column to your table.
Fill values in a column - Power Query | Microsoft Docs
Add an index column - Power Query | Microsoft Docs
After these steps, you can back to the 'data view' side add calculate column with Dax expressions to check the current 'business unit', index field values to remark the raw or duplicate rows.Regards,
Xiaoxin Sheng
TomMartens
Super User
4 years agoHey qwertzuiop ,
I'm wondering about the following
- how duplicates are identified
- my assumption: the combination of business unit and Datum repeat
- how to order the duplicates, from the expected result it is not clear why the 2nd A and the 2nd B are tagged and not the first one.
You have to be aware that neither Power Query or the vertipaq engine know the concept of a sequence or an implicit row order.
Regards,
Tom