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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
dw0012
New Member

Gaps in Line chart causing issues throughout chart

I have about three dates missing from the data when I'm in the 1st slicer (slicers on the left). This is causing the bars not to populate when I'm in the 1st slicer and the select all slicer in this particular month. 

 

 

dw0012_0-1713628161988.png

 

Month of February 1st slicer

dw0012_1-1713628308178.png

Month of February Select ALL

dw0012_2-1713628348023.png

 

Month of March Select all

dw0012_3-1713628374749.png

 

I'm using the Service Date for my x, %absencemade up for column y axis, and attendancetypecount for line y axis.

 

%AbsenceMadeUp = DIVIDE([AttendanceTypeCountMU], 'AttMeasures_Counts'[AttendanceTypeCount], 0)
 
AttendanceTypeCount =
CALCULATE(
    COUNT(Attendance[Attendance Type Code]),
    FILTER(
        Attendance,
        (
            Attendance[Attendance Type Code] = "CA" ||
            Attendance[Attendance Type Code] = "CAL" ||
            Attendance[Attendance Type Code] = "CU" ||
            Attendance[Attendance Type Code] = "TA" ||
            Attendance[Attendance Type Code] = "TA-PTO"
        )
    )
)
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @dw0012 ,

 

Thanks for the reply from @lbendlin .

 

Select the visual object and set the X-axis Type to Continuous. Try it?

vhuijieymsft_0-1713775715092.png

 

My missing dates work fine in this mode.

vhuijieymsft_1-1713775715095.png

 

If you can not solve it, can you provide me with the pbix link?

Please do not log in to your account in Power BI Desktop when uploading pbix files.

 

Best Regards,
Yang
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!

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @dw0012 ,

 

Thanks for the reply from @lbendlin .

 

Select the visual object and set the X-axis Type to Continuous. Try it?

vhuijieymsft_0-1713775715092.png

 

My missing dates work fine in this mode.

vhuijieymsft_1-1713775715095.png

 

If you can not solve it, can you provide me with the pbix link?

Please do not log in to your account in Power BI Desktop when uploading pbix files.

 

Best Regards,
Yang
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!

I can't do continuous because I'm not including weekends, so the bars have huge gaps between them. 

lbendlin
Super User
Super User

ok.  What is your question?  What would be your expected result?

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.