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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Teodor_TRU
Frequent Visitor

How have a graph ignore data holes

Capture.PNG

 

 

I want to have the graph lines that I highlited not display if there is no data linked to them. 
Setting the X asis to categorical does not work as my original dates are incosistent and they skew the graph.
Help is appreciated.

1 ACCEPTED SOLUTION
Sean
Community Champion
Community Champion

Can you post the Measure formula you are plotting?

 

It looks like you need to add an additional FILTER argument

 

Look here

http://community.powerbi.com/t5/Desktop/cumulative-sum/m-p/113572#M47911

 

Hope this helps! Smiley Happy

View solution in original post

3 REPLIES 3
Sean
Community Champion
Community Champion

Can you post the Measure formula you are plotting?

 

It looks like you need to add an additional FILTER argument

 

Look here

http://community.powerbi.com/t5/Desktop/cumulative-sum/m-p/113572#M47911

 

Hope this helps! Smiley Happy

Genius. It worked !

Workable  =

 CALCULATE ( COUNTROWS (dr_summary), dr_summary[Status] = "OPEN", FILTER (
        ALL ( dr_summary[Due Date]),
        'dr_summary'[Due Date] <= MAX ( 'dr_summary'[Due Date] ))
)

I'll try out the solution in the post you suggested.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.