Skip to content

Work Item Age - how do I get the status order to match my status order? #44

Answered by nbrown02
nbrown02 asked this question in Q&A
Discussion options

You must be logged in to vote
  1. First of all you need to understand the order of your statuses in Jira, if you choose 'Configure Board'

You will get this view:

  1. Next we need to go Power BI and click 'Enter Data'
  1. Next we need to enter data for our statuses and the order they should appear in, so for this example it would be like so:

Once done click 'Load'

  1. Next we need to click 'Modeling' and 'Manage relationships'
  1. Then we need to create a 'New relationship' between our StatusOrder table and our WorkItems InProgress table:
  1. Click 'Save' and then 'Close' the relationships view

  2. In our 'WorkItems InProgress' table, add a new column of:

StatusOrder = RELATED(StatusOrder[Order])

  1. Select the column 'Column N…

Replies: 1 comment

Comment options

nbrown02
Feb 26, 2025
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by nbrown02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
1 participant