Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I want the smaller pieces that are all less than 1% to be together in an "Other" slice. How can I do this?
I created a measure
Solved! Go to Solution.
Hi @kristenk14 ,
Yes, Legend only accepts entity columns as values.
Please new a calculated column like:
Legend =
VAR _measure = CALCULATE([%_value],ALLEXCEPT('accounts','accounts'[name]))
VAR _legend = IF(_measure>=0.01,'accounts'[name],"Others")
RETURN
_legend
and then use it as legend's value.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hi @kristenk14 ,
Any update? If the question is still unresolved, you can continue to add details of the question below and feel free to contact us.😊
Best Regards,
Gao
Community Support Team
Hi @kristenk14 ,
Yes, Legend only accepts entity columns as values.
Please new a calculated column like:
Legend =
VAR _measure = CALCULATE([%_value],ALLEXCEPT('accounts','accounts'[name]))
VAR _legend = IF(_measure>=0.01,'accounts'[name],"Others")
RETURN
_legend
and then use it as legend's value.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 82 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |