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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.