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

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply
Uzi2019
Super User
Super User

convert measure to column which i have to use in Pie chart

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.

Capture.PNG

Actual answer should be this.I have taken measure because measure shows correct value.. but same formula is not working for calculated column. 

Capture.PNG

please help me to create correct column which shows above result.Thank you in Advance.

Don't forget to give thumbs up and accept this as a solution if it helped you!!!
1 ACCEPTED SOLUTION
Anonymous
Not applicable

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! 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

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...

Don't forget to give thumbs up and accept this as a solution if it helped you!!!
Uzi2019
Super User
Super User

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 forget to give thumbs up and accept this as a solution if it helped you!!!

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

Check out the April 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.