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
Hi guys,
I have basic pie chart showing status - 'Sold', 'Leased', 'In Process', 'Unknown' with corresponding %.
I would like to see that pie chart as
'Sold', 'Leased' and 'Other':
( where 'Other' = combined value of 'In Process' and 'Unknown')
Is it possible please ?
Solved! Go to Solution.
you would need a new measure.
Other := [In Process] + [Unknown]
Actually I just read about option New Group, once you right click on column. Seems like it will work for me.
But could you elaborate this dax formula please? It could also be useful
Are 'Sold', 'Leased', 'In Process', 'Unknown' the values in one of your column? It would be good if you could provide a sample data, with table name and column names.
Yes column name is Status
with values I mentioned.
Thanks that works good.
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 |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |