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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
akash_Varma
Frequent Visitor

Power Bi Visuals

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 axisforum 2.png

 

Forum.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Thank you, 🙂

3 REPLIES 3
v-chuncz-msft
Community Support
Community Support

@akash_Varma 

 

Let the measure return BLANK () and take advantage of Show items with no data.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

HI @v-chuncz-msft 

I have already tried that it didn't work 

Hi,

Assuming the blank line represents measure1, try this measure

=IF(ISBLNK([Measure1]),BLANK(),[Measure1])

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors