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
snoh8r49
Frequent Visitor

Trending average of completed sprints

I have a simple calculated column that returns the percentage of sprint commits vs sprint completions. I can show that as a line on a chart just fine. What I'd like to do is show how that average is trending. For instance, if we completed 68% in Sprint 1, 90.2% in Sprint 2, and 83.7% in Sprint 3 I'd like to see it start at 68% then show the average over time between 1 and 2, then the average over 1,2 and 3.  

1 ACCEPTED SOLUTION
adudani
Super User
Super User

@snoh8r49 ,
try this measure:

percentage = selectedvalue('TableName'[PercentColumn]).

 

Use this measure in a chart with sprint column on the axis and this measure as the value.

 

Essentially you don't want to summarize the percent.

adudani_0-1673908120219.png

 


Even if you just select the column and change the column property to "Don't Summarize" and plot this value, it should resolve the question. Let me know.

 

Appreciate a thumbs up if this is helpful.

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a Kudos 🙂
Kind Regards,
Avinash

View solution in original post

1 REPLY 1
adudani
Super User
Super User

@snoh8r49 ,
try this measure:

percentage = selectedvalue('TableName'[PercentColumn]).

 

Use this measure in a chart with sprint column on the axis and this measure as the value.

 

Essentially you don't want to summarize the percent.

adudani_0-1673908120219.png

 


Even if you just select the column and change the column property to "Don't Summarize" and plot this value, it should resolve the question. Let me know.

 

Appreciate a thumbs up if this is helpful.

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a Kudos 🙂
Kind Regards,
Avinash

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.