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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Team,
Kindly see my data,
| Name | Rank | #Price |
| Pepper | 1 | 750 |
| Juice | 2 | 200 |
| Pepsi | 3 | 80 |
| Cola | 4 | 15 |
| Bun | 5 |
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.
| Name | Rank | #Price |
| Pepper | 1 | 750 |
| Juice | 2 | 200 |
| Pepsi | 3 | 80 |
| Others | 4 | 15 |
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!
Solved! Go to Solution.
Hi @Anonymous,
Based on my test, you could refer to below steps in query editor:
Add conditional column:
Apply it and create a table visual and you can see the result:
Regards,
Daniel He
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
Hi @Anonymous,
Based on my test, you could refer to below steps in query editor:
Add conditional column:
Apply it and create a table visual and you can see the result:
Regards,
Daniel He
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?
you can use it in both, the example I posted was for a measure
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 30 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 73 | |
| 39 | |
| 26 | |
| 24 |