Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
Hi
At present Team XYZ does not exist as its own seperate entity within the system, this team will be created in the coming months.
I can however filter on the 20 employee names that will make up XYZ as a temporary solution.
Can I create a measure where I can use these 20 names as a sort of a filter in my visuals?
Is this even possible?
I know I can manually filter these names and perhaps that is the only way?
Grateful for any help / advice on this.
Solved! Go to Solution.
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,
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!