Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.
Solved! Go to Solution.
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!
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!
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.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.