Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi there,
I am trying to create a Cumulative graph, I managed to pull up data and calculate values,
I am now struggling with removing values which are yet to be calculated for eg. Aug 19 and Sep 19.
I want to remove the line from the graph but would like to keep them on the axis
Thank you, 🙂
Let the measure return BLANK () and take advantage of Show items with no data.
Hi,
Assuming the blank line represents measure1, try this measure
=IF(ISBLNK([Measure1]),BLANK(),[Measure1])
Hope this helps.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.