Forum Discussion
akash_Varma
7 years agoFrequent 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 S...
akash_Varma
6 years agoFrequent Visitor
I have already tried that it didn't work
Ashish_Mathur
6 years agoSuper User
Hi,
Assuming the blank line represents measure1, try this measure
=IF(ISBLNK([Measure1]),BLANK(),[Measure1])
Hope this helps.