Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
workitem id | state date change | sprint id(text format) | sprint start | sprint end |
12 | 22-01-2000 | sprint 2 | 21-01-2000 | 03-02-2000 |
10 | 21-01-2000 | sprint 2 | 21-01-2000 | 03-02-2000 |
12 | 05-01-2000 | sprint 0 | 23-12-1999 | 06-01-2000 |
13 | 08-01-2000 | sprint 1 | 07-01-2000 | 20-01-2000 |
11 | 07-01-2000 | sprint 1 | 07-01-2000 | 20-01-2000 |
13 | 06-01-2000 | sprint 0 | 23-12-1999 | 06-01-2000 |
202 | 21-01-2000 | sprint 2 | 21-01-2000 | 03-02-2000 |
223 | 23-01-2000 | sprint 2 | 21-01-2000 | 03-02-2000 |
223 | 06-01-2000 | sprint 0 | 23-12-1999 | 06-01-2000 |
203 | 20-01-2000 | sprint 1 | 07-01-2000 | 20-01-2000 |
here is my table ,i want to calculate the item only that are added to the sprint ON OR AFTER the second day OF THE SPRINT START....PLEASE HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
you can use this logic if you want a calculated column. Then you can filter out the 0 from the end result.
if( int( sprint end - sprint start) >=2 , 1, 0 )
Please be more specific. Do you want this in Power Query or in DAX? What happens when you subtract the [sprint start] from the [state date change] value?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
62 | |
62 | |
52 | |
39 | |
24 |
User | Count |
---|---|
85 | |
57 | |
45 | |
43 | |
38 |