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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
AlejoSG1
New Member

Line Graph does not draw complete line

Hi everybody, I'm new to the community, I am having trouble finding the solution for a problem that I have (or can't find the right words to describe my problem).

I want to have a line graph to compare the cumulative number of "contracts" by time and by a category ("ADMINISTRADORA DE FONDOS"). I am using this DAX to calculate:

 

Negocios Acumulados = CALCULATE(
    COUNT(default_1[NOMBRE]),
    FILTER(
        ALLSELECTED(default_1),
        default_1[FECHA REGISTRO] <= MAX(default_1[FECHA REGISTRO]) && default_1[ADMINISTRADORA DE FONDOS] = MAX(default_1[ADMINISTRADORA DE FONDOS])
    )
)
 
When I use the table visualization, it shows the data correctly, but in the line graph there are points that do not connect properly in line as the following image:

AlejoSG1_0-1674949716934.png

 

 

What am I doing wrong?

0 REPLIES 0

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

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.

Top Solution Authors
Top Kudoed Authors