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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi ,
I have a dataset as below trying to represent it in stacked bar chart where null values items to be in the last but as the null values are considering as zero by deault it's showing in between +ve & _ve values .
see the data sheeta and sample graph below,
Quick help would be appreciated.
Thank you
Harsha Vardhan
Solved! Go to Solution.
Hi @Anonymous
Please make sure it’s “null” in the blank cell in query editor, rather than “0”. You can replace the value with “null” if needed.
If the problen still exist, I think you can try to add the measure as values:
Measure = IF(MAX(Table1[Sales])=BLANK(),BLANK(),MAX(Table1[Sales]))
Best regards,
Dina Ye
Hi @Anonymous ,
If my above post helps, could you please consider Accept it as the solution to help the other members find it more quickly. thanks!
Best regards,
Dina Ye
Hi @Anonymous
Please make sure it’s “null” in the blank cell in query editor, rather than “0”. You can replace the value with “null” if needed.
If the problen still exist, I think you can try to add the measure as values:
Measure = IF(MAX(Table1[Sales])=BLANK(),BLANK(),MAX(Table1[Sales]))
Best regards,
Dina Ye
Hi @Anonymous ,
If my above post helps, could you please consider Accept it as the solution to help the other members find it more quickly. thanks!
Best regards,
Dina Ye
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.