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!Get 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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 79 | |
| 57 | |
| 51 | |
| 46 |