The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have a table that contains the following important values:
Iteration Path
Iteration Start Date
Iteration End Date
Work Item
Work Item Creation Date
Work Item Closed Date
I am trying to create a slicer that allows you to select an Iteration Path that will return a count of work items with creation date or closed date during that path's date range.
So far I have used the original table to create a seperate table of Iteration Path with Start/End dates but am not sure how to move forward from here, any help would be appreciated!
*Note: The Iteration Path attribute is related to when the item was assigned as a work item, not when it was created or completed, so the dates often dont overlap. This is going to be used to determine how many bugs were created and closed during a given sprint*
Any questions or (helpful) comments are welcome!
You can do this in two steps. First, the slicer can be used from the "Slicer" visualization where you can filter dates according to specific or relative dates. Regarding the count, please create a measure that does exactly that. Probably something like this: Measure = count('table'[variable]).
Then you just need to make sure that this measure is being filtered by the "Slicer". To do that you have to click the slicer, go to "Format" and then "Edit Interactions".
Anything else, feel free to ask.
I suppose my biggest issue is with the way that the slicer works as a slide bar instead of selection of paths by date range. Yes, currently you are correct in that I can filter dates according to specific or relative dates, but I cannot choose a range from a list that will update the begining and end dates of the slicer.
I am also required to have two seperate slicers for this method of approach, one for the creation date and a different one for the closed date of each work item since the iteration path date ranges arent linked to the creation/closed dates in any capacity.
Ideally, I would have one slicer that allows me to select the Iteration Path, and will return the corresponding closed work items and opened work items during the date range. Thanks for the help and any further suggestions would be appreciated!
I also recognize that it might seem easier to create a column in my table that checks which date range the creation/closed dates are between and just adds those as attributes for each work item. This wont work in my case because some of the Iteration Path Start/End date ranges overlap, so the column wouldn't be able to discretize the data correctly in this manner. Sorry for that inconvenience, I wish it weren't that way as well.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
113 | |
79 | |
77 | |
46 | |
39 |
User | Count |
---|---|
143 | |
113 | |
64 | |
63 | |
53 |