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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. 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
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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