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! Request now
Hi All,
I see negative percentage values on Y axis in Line and Column Stacked chart.How can I fix this.
Thanks
Solved! Go to Solution.
@nj17 , one way is to use custom range for y-axis. Change min and max
Other is to add visual level filter measure >0
or have measure
if([measure]>0, [measure], blank())
@nj17 , one way is to use custom range for y-axis. Change min and max
Other is to add visual level filter measure >0
or have measure
if([measure]>0, [measure], blank())
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.