Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

how to organize 'others'

Hi Team,

 

Kindly see my data,

 

NameRank#Price
Pepper1750
Juice2200
Pepsi380
Cola415
Bun5 

 

Here I just want to show the first 3 items based on the price and remaining all should be treated as 'Others'.The sample outout is following.

NameRank#Price
Pepper1750
Juice2200
Pepsi380
Others415

 

Im having a direct query connection, so could not able to make it a by a measure or calculated column.Please help some one have the related experience.

Thanks in advcance! 

 

1 ACCEPTED SOLUTION
v-danhe-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

Based on my test, you could refer to below steps in query editor:

Add conditional column:

1.PNG

Apply it and create a table visual and you can see the result:

1.PNG

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
v-danhe-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

Could you please tell me if your problem has been solved? If it is, could you please mark the helpful replies as Answered?

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-danhe-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

Based on my test, you could refer to below steps in query editor:

Add conditional column:

1.PNG

Apply it and create a table visual and you can see the result:

1.PNG

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Stachu
Community Champion
Community Champion

In order to display Others in rows you will need a row somewhere that actually says Others, e.g. with calculated table such as:

Names = UNION(VALUES('Table'[Name]),ROW("Name","Others"))

is that possible for you?



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Anonymous
Not applicable

Hi @Stachu,

 

Thank you for the quick reply.

 

Is it a calculated table or column?

 

 

Stachu
Community Champion
Community Champion

you can use it in both, the example I posted was for a measure



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.