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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors
Top Kudoed Authors