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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Line chart

Hi.

 

I have this cumulative line chart but I would like to change it. As of this moment it just add up all the intern status but I would like it to substract the number as well fx 22/11/2022 there was 19 but at the 23/11/2022 it actually dropped to 17 - how do I show that in my chart?

 

I have this equation: 

cumm =
IF (
    COUNT ( Data[Intern status] ) <> BLANK (),
    CALCULATE (
        COUNT ( Data[Intern status] ),
        FILTER ( ALL ( Kalender[Date] ), 'Kalender'[Date] <= MAX ( Kalender[Date] ) )
    )
)

 

Hope it makes sense.

 

lavmads_0-1669718541168.png

 

Best regards,

Lisa 

 

4 REPLIES 4
v-zhangti
Community Support
Community Support

Hi, @Anonymous 

 

Is this the result you expect?

vzhangti_0-1669795280450.png

If not, please provide more details.

 

Best Regards,

Community Support Team _Charlotte

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

Anonymous
Not applicable

Hi @v-zhangti.

 

Yes but I have text values not numeric values. 
So I dont know the right measure. 

 

lavmads_0-1669796316759.png

 

Best regards,

Lisa 

 

Hi, @Anonymous 

 

How is this text column related to the date column? Can you provide sample data for testing? Sensitive information can be removed in advance.You can show it with pictures. I look forward to your response.

 

Best Regards,

Community Support Team _Charlotte

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

Anonymous
Not applicable

@v-zhangti 

 

All orders have a registered date and an intern status, so people are able to see progress of the order. I would like to know how many orders are still open – so I would like it to add up all of the open status so e.g. yesterday I had 25 open orders but today I have only 23 because 2 were closed yesterday. And I would like to illustrate that in my line chart.

 

Best regards,

Lisa 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.