What visualization would you think to show this information better?
On a related note, how would I just count the number of work items based on the columns? count?
Solved! Go to Solution.
Hi @singleton2787 ,
If you can do some data cleaning in Power Query, then I recommend that you first unpivot the three columns with dates in First Day In Progress, First Day Ready for QA and First Day In Testing.
After unpivotting, you can get a value column with dates and a attribute column with thre types.
Then go back to Power BI Desktop, put the value column as x-axis, the attribute column as legend, counting of WorkItemId as y-axis.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @singleton2787 ,
If you can do some data cleaning in Power Query, then I recommend that you first unpivot the three columns with dates in First Day In Progress, First Day Ready for QA and First Day In Testing.
After unpivotting, you can get a value column with dates and a attribute column with thre types.
Then go back to Power BI Desktop, put the value column as x-axis, the attribute column as legend, counting of WorkItemId as y-axis.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @singleton2787,
I think a Funnel Chart would be suitable for this data.
You can get the count of work items by using the CALCULATE function with FILTER context for checking if the specific column is null or not null.
Mark this post as a solution if that works for you!
Check out this blog of mine: How to Export Telemetry Data from Azure IoT Central into Power BI
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
104 | |
75 | |
72 | |
48 | |
47 |
User | Count |
---|---|
160 | |
85 | |
80 | |
68 | |
67 |