Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
select the Sprint Name(s) based on Today <= Sprint Start Date and Today >= Sprint End Date (and not in the future) then add up the number of sprints selected (eg. 4 sprints selected) and divide the sum of the Sprint Points Done by that number. 381/4 in other words
Do I have a typo in here? "Too few arguments were passed to the FILTER function. The minimum argument count for the function is 2."
There's a ( missing in both the last Today expression
TODAY()
Proud to be a Super User!
Paul on Linkedin.
Not enough coffee :)... thanks!!
I made the adjusment
@Anonymous , Try measure like
divide( calculate(Sum(Table[Sprint data points]), filter(Table, [Sprint Start Date]<= Today() && [Sprint End Date]>= Today)),
calculate(Distinctcount(Table[Sprint Name]), filter(Table, [Sprint Start Date]<= Today() && [Sprint End Date]>= Today))
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.