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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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