Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
KedarnathManure
Regular Visitor

Line and clustered column chart not showing continuous line when in between bar has zero values

KedarnathManure_0-1732107506043.png

I am trying to get lines continuos when in between value is zero. I tried sorting but still the similar result. Can someone give any idea to fix this?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @KedarnathManure ,

 

This is usually due to discontinuous axes or missing values.
If your x-axis is a date or number type, try setting the axis type to continuous.

vcgaomsft_0-1732155435397.png

If it is a missing value (the current result returns blank), you can try adding 0 to the end of Dax code to make the final result 0.

= <your measure> + 0

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @KedarnathManure ,

 

This is usually due to discontinuous axes or missing values.
If your x-axis is a date or number type, try setting the axis type to continuous.

vcgaomsft_0-1732155435397.png

If it is a missing value (the current result returns blank), you can try adding 0 to the end of Dax code to make the final result 0.

= <your measure> + 0

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

@Anonymous - Thank you for the response! I don't find this setting of continuous on X-Axis on power BI desktop version I am using but <your measure>+0 really worked.

KedarnathManure_0-1732170596901.png

 



ToddChitt
Super User
Super User

Not sure you are going to like this answer, but I don't think you can get it in the format you have now. It looks like you are sorting by Budget Part Sales.

What is your X Axis? Is it date based (Year and Month, maybe?) Line charts really should be sorted by time.




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors