The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I am trying to create a report that associates a feature with the earliest Iteration Start Date of any user story or bug related to that feature. How do that with DAX?
What if I wanted to only include user stories or bugs with "State" not equal to "Removed"?
Any help would be appreciated!
does this work?
=CALCULATE(MIN('Bug and User....'[Iteration Start Date]),ALLEXCPT('Bug and User....','Features_Shared'[Feature ID]),'Features_Shared'[State]<>"Removed")
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |