Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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"
)
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |