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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have created a donut chart and dropped two fields into values column and i.e. CY Rev & AOP. I want to show these two figures to be displayed as pie and circle. How to do it? Please help?
Solved! Go to Solution.
If you are asking why the $21M doesn't show up, it is because it is negative. Either wrap your measure in ABS() to show positive, or select an appropriate chart like a Bar chart that can show negative values. A pie/donut chart isn't the right tool to properly show negatives.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingHi @Anonymous,
Not very clear about your requirement. How about adding a field into legend? Please provide some dummy data and show us your desired output.
How to Get Your Question Answered Quickly
Best regards,
Yuliana Gu
If you are asking why the $21M doesn't show up, it is because it is negative. Either wrap your measure in ABS() to show positive, or select an appropriate chart like a Bar chart that can show negative values. A pie/donut chart isn't the right tool to properly show negatives.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI Reporting