Forum Discussion
Team Name does not exist
- 2 years ago
Hi ArchStanton
There are many ways to do it, however they can be pretty tedious if there are no data in common that differentiate these employees from other.
For example you could create a new column in DAX with a IF(name = A || name = B || name = C || ..., Team XYZ, BLANK())
Not sure if I'm clear enough,
Regards,
Hi ArchStanton
There are many ways to do it, however they can be pretty tedious if there are no data in common that differentiate these employees from other.
For example you could create a new column in DAX with a IF(name = A || name = B || name = C || ..., Team XYZ, BLANK())
Not sure if I'm clear enough,
Regards,
- ArchStanton2 years agoPower Participant
Thank you and apologies for the late reply, I knew about this calculated column option but tried to avoid it - don't think I have much choice.