3

We are currently exporting queries in ADO to a csv, then copy/pasting it in our own excel file. We have a column that calculates the expected completion date via a formula made by our manager. I have been looking into if this is possible directly in ADO. I have looked into creating our own extension but haven't been able to get the data from the query fields. Is there an easier way to do this I'm overlooking?

riQQ
  • 9,878
  • 7
  • 49
  • 66
ShaneGhuste
  • 33
  • 1
  • 4

1 Answers1

3

No, Azure DevOps does not support calculated fields. But you can use external services to automate your calculation. Here is the example: Using Microsoft Flow (Power Automate) to calculate values for fields in Azure DevOps

Shamrai Aleksander
  • 13,096
  • 3
  • 24
  • 31