Hello Everyone,
I been stuck on this problem for a bit now and reaching our for some help
I am looking to remove duplicate names for example
UsersName | Is-WindowFoundationReady
Bob | Foundation Ready
Bob | Not Foundation Ready
Yo | Not Foundation Ready
Nick | Foundation Ready
Is-WindowFoundationReady = IF('Table'[Office]="Office 2016","Foundation Ready", IF('Table'[Office]="Office 365","Foundation Ready", IF('Table'[Office]="Office 2013","Not Foundation Ready")))
How can I remove the duplicates, once a user is foundation ready then they shouldn't appear in as Not foundation ready?