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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

target lines to dynamically increase by 1% each month

Hello,

 

Is it possible to create a target line in a line and graph chart which increases by 1% each month?

 

Thanks.

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

If you mean to add such a line in a line chart, you could refer to my test below.

base date = DATE(2019,9,1)

base target = 3

increase month = DATEDIFF([base date],TODAY(),MONTH)

increas target = [base target]*(1+[increase month]/100)

Capture11.JPG

If 

base date = DATE(2019,8,1)
Then [increase month] will be 2
 
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

4 REPLIES 4
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

If you mean to add such a line in a line chart, you could refer to my test below.

base date = DATE(2019,9,1)

base target = 3

increase month = DATEDIFF([base date],TODAY(),MONTH)

increas target = [base target]*(1+[increase month]/100)

Capture11.JPG

If 

base date = DATE(2019,8,1)
Then [increase month] will be 2
 
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

kentyler
Solution Sage
Solution Sage

If you know the start month, let's say its Jan.

Then you can create a calculated column that divides the month number of the date by 100, which will give you .2, .3, .4 for feb mar and april etc

Then you can add that column to your graph





Did this post answer your question? Mark it as a solution so others can find it!

Help when you know. Ask when you don't!




Join the conversation at We Talk BI find out more about me at Slow BI


Anonymous
Not applicable

Hi @kentyler ,

 

Would you be able to explain it in detail? That would be great.

 

Thanks

Do you have time to do a screen share today ? I usually use Zoom. Then we can go over your problem in detail.





Did this post answer your question? Mark it as a solution so others can find it!

Help when you know. Ask when you don't!




Join the conversation at We Talk BI find out more about me at Slow BI


Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.