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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
mrgonzal
Frequent Visitor

Problems in continuous axis line graph that does not interrupt where there is no data

Hello, I would like your support for the following situation:

 

I have created a line chart that shows values on the y-axis and on the secondary y -axis. On the x-axis it shows daily dates, therefore a continuous axis has been created since it must be able to display data from many years on a daily basis.

 

The only detail is that if the data on the axis y (normal o secondary) has no data, that is, it is blank, the line should not be drawn. That is, there must be an interruption of the line. I put example image.ayuda.PNG

 

 

the orange line enclosed in a purple circle should not be drawn because these days there is no data

 

Thank you very much for the support

4 REPLIES 4
mrgonzal
Frequent Visitor

Thank you very much for your support, I need the line not to be drawn

v-yanjiang-msft
Community Support
Community Support

Hi @mrgonzal ,

Line chart represent the trend of the Y-axis with respect to the X-axis, it can't be interrupted.

As a workaroud, you can create a measure to change the blank value to 0. For example:

vkalyjmsft_0-1665742509732.png

Measure = IF(MAX([Value])=BLANK(),0,MAX([Value]))

Result:

vkalyjmsft_1-1665742551982.png

I attach my sample below for your reference.

 

Best Regards,
Community Support Team _ kalyj

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

mrgonzal
Frequent Visitor

Thank you very much for your help
TomMartens
Super User
Super User

Hey @mrgonzal ,

 

unfortunately, this is not possible for continuous axis.
I assume this is the concept of a continuous axis.
From my understanding, there is no relationship between the available ticks on the x-axis and the values used on the y-axis.

Consider creating or upvoting an idea on ideas.powerbi.com

 

Regards,

Tom
 



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.