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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, All I'm after help on this,
I'm working on a list of suppliers of about 50 and I want to keep just 5 of the suppliers for a new column and make everyone else 'Others'
Please can I have a DAX formula that will output this?
Many thanks.
Solved! Go to Solution.
Hi @Anonymous
Please try
New Supplier Name =
IF (
Sppliers[Supplier Name] IN { "Name1", "Name2", "Name3", "Name4", "Name5" },
Sppliers[Supplier Name],
"Others"
)
Hi @Anonymous
Please try
New Supplier Name =
IF (
Sppliers[Supplier Name] IN { "Name1", "Name2", "Name3", "Name4", "Name5" },
Sppliers[Supplier Name],
"Others"
)
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!
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 18 | |
| 14 | |
| 14 |