• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

PowerPivot Duplicate Values Help

Christof

Member
Hi guys, I am trying to link my BookingsTable to my TradeList by the fields [ABTA] and [BD ABTA], but when i go to link the two, i get this message:
59109

My TradeList definely has no duplicate [BD ABTA] values.

Sample file here:

Can someone help please?
Any help would be greatly appreciated.
Thanks
Christof
 
[BD ABTA] has duplicate values. Use following DAX to check.
Measure:=DISTINCTCOUNT([BD ABTA])=COUNTA([BD ABTA])

If it returns false, then it means there are duplicates.
 
thank you... sorry about this, there were blank spaces at the end of my codes so the remove duplicates thing wasnt working
 
Back
Top