cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
singleton2787
Helper III
Helper III

Suggestions for a visualization?

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?

singleton2787_0-1667915551879.png

 

1 ACCEPTED SOLUTION
v-stephen-msft
Community Support
Community Support

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.

10.png

vstephenmsft_0-1668413688679.png

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.

vstephenmsft_1-1668413959962.png

 

 

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.

View solution in original post

3 REPLIES 3
v-stephen-msft
Community Support
Community Support

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.

10.png

vstephenmsft_0-1668413688679.png

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.

vstephenmsft_1-1668413959962.png

 

 

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.

singleton2787
Helper III
Helper III

@Shaurya ... evidently you cannot use Measures in the Funnel visual?

Shaurya
Memorable Member
Memorable Member

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 

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

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!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors