Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I am using Power BI to analyze Jira Align data coming from Enterprise Insights. I am trying to work on a scope change report for Features for a given PI. I don't see a table or data of when the PI changes for a given Feature. How can I calculate the date that a PI changes for a Feature using DAX?
@Jason You need to use the current_DW.Feature History table which records changes to Feature data. The Feature Fact Valid From column is a date time stamp of when a change is made to a feature record and the Feature Fact Valid To column is the end date time stamp before the record was updated. You will need to compare records in the history table when the FK Program Increment ID value changes.
That is a helpful starting point. This type of search for when a given field is changed on an issue seems like a very common and important reporting need. Would you happen to know a good of way of solving this using DAX commands with a calculated column in Power BI?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.