Forum Discussion
MSAYED26
Helper II
2 years agoneed help
Hello, I want to the chart continue the line to today , there is no value make it equal zero like chart below
Anonymous
2 years agoNot applicable
Hi MSAYED26 ,
Thanks for the reply from aduguid , please allow me to provide another insight:
You can try this.
Measure =
IF(SUM('Table'[value]) = BLANK(), 0, SUM('Table'[value]))
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.