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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Sathish_1994
Frequent Visitor

Auto update sprint data in power BI ADO Data set

Hi Team,

 I need to automate the sprint update in my card visual, based on this condition ( Current sprint - 1, Prior sprint), Kindly help me with what Dax should I use for the automation, currently am changing manually in my local desktop and publishing.

Sathish_1994_0-1663753573902.png

 

4 REPLIES 4
Anonymous
Not applicable

Hi @Sathish_1994 

I have some questions to ask you .

1.  Is the Sprint column a known column, or do we need to create a column ?

2. Why the day in Sprint column is 22 for each row ? Can you explain the computational logic ?

3. What are your criteria for judging A or B ?

4. If the two values in the card visuals need to be created by us, then they are all reflected in the form of text, right ?

 

Best Regards,
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Sathish_1994
Frequent Visitor

Kindly help this 

amitchandak
Super User
Super User

@Sathish_1994 , how is your data, is there a sortable column go know that like sprint no

 

Max sprint = maxx(allselected(Table), Table[Sprint])

 

last Sprint = Max sprint = maxx(allselected(Table), Table[Sprint]) -1

 

or

 

last Sprint = Max sprint = maxx(filter( allselected(Table) , Table[Sprint] < [Max sprint] ) , Table[Sprint])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

I have tried the DAX that you have mentioned but the month field is text, it will not convert number error showing, I have a sprint start date, end date, and the sprint column, now we want a DAX function that changes  automatically the sprint name for card visual  ( Current sprint -1)( prior Sprint)



Sathish_1994_0-1663836668364.png



Sathish_1994_2-1663837197561.png

 



Sathish_1994_1-1663837137160.png

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.