Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi Experts,
I Have measure showing top 10 city n 11th as other value. I want to show in pie chart but not able to show because measure can not be added in "Legend" field of Pie chart. Please help me to solve this issue.I have created column but not showing correct result.
Actual answer should be this.I have taken measure because measure shows correct value.. but same formula is not working for calculated column.
please help me to create correct column which shows above result.Thank you in Advance.
Solved! Go to Solution.
Hi,
I think this will work for you:
legend = var a = RANKX(Facebook, CALCULATE(SUM(Facebook[Impressions]), ALLEXCEPT(Facebook, Facebook[Region])),,DESC,Dense)
return
if(a >= 11 , "others", Facebook[Region])
Let me know if you need any help!
Hi,
I think this will work for you:
legend = var a = RANKX(Facebook, CALCULATE(SUM(Facebook[Impressions]), ALLEXCEPT(Facebook, Facebook[Region])),,DESC,Dense)
return
if(a >= 11 , "others", Facebook[Region])
Let me know if you need any help!
@Anonymous
Thank you so much... It solved my issue...
Hi,
For refrence i am attcahing link of Pbix file.
Want to display pie chart of top 10 city+ 11th as other values...
thank you in advance
https://drive.google.com/file/d/1nNSktMkDxrgLyyz0fZCnZwJxjOgyPrTw/view?usp=sharing
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 38 | |
| 29 | |
| 24 |