Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello, I want to the chart continue the line to today , there is no value make it equal zero like chart below
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.
Thanks for your help ,but i have target line change every qtr not equal zero .
Hi @MSAYED26 ,
Sorry, I don't quite understand what you are looking for, can you add more description so we can better understand your problem?
Also, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.
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.
Thanks for your time, in count value that cell equal zero and ppm equal zero the target still have value ,so i want the target line continous have value not zero like green line .
Count | PPM | Target | |
May-21 | 2 | 210 | 166 |
Jun-21 | 1 | 75 | 166 |
Jul-21 | 2 | 190 | 166 |
Aug-21 | 6 | 748 | 166 |
Sep-21 | 0 | 0 | 166 |
Oct-21 | 3 | 179 | 166 |
Nov-21 | 1 | 62 | 166 |
Dec-21 | 3 | 412 | 166 |
Jan-22 | 0 | 0 | 166 |
Feb-22 | 0 | 0 | 166 |
Mar-22 | 0 | 0 | 166 |
Apr-22 | 0 | 0 | 166 |
May-22 | 0 | 0 | 166 |
Jun-22 | 0 | 0 | 166 |
Jul-22 | 0 | 0 | 166 |
Aug-22 | 0 | 0 | 166 |
Sep-22 | 0 | 0 | 166 |
Oct-22 | 1 | 40 | 166 |
Add +0 to the end of your measure.
Your Measure = SUM('Table'[Value])+0
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
9 | |
7 | |
7 | |
6 |
User | Count |
---|---|
21 | |
11 | |
10 | |
9 | |
8 |