Stacked bar chart with tags as Y-axis in Azure Devops not possible? - azure-devops

I try to make a stacked bar chart with Tags as Y-Asis, but does not seem possible, If I flip it and use tags as group by and state as y-axis it works.
Weird, any way around this?

There are two places related to the stacked bar chart.
place 1: Flat list of work items query
But you can't group charts by 'Tags' field
Please see the doc for more details: Create a flat-list query
enter image description here
place 2:'Chart for Work Items' widget in 'Dashboard'
Here you could choose 'tags' both in Y-axis and Group by.
enter image description here
Hope it could do some help.

Related

SSRS Pie Chart Showing Incorrect Data

I have a Pie Chart that is showing incorrect data but I do not know how to correct it. It is showing Orders that have been shipped either Late or On Time. The problem is I have 1 order where part of it was shipped on time and the other part was late, therefore it is appearing in both groups as you can see in the image. I just want it to appear once like the first table in the image but I cannot do this in a Pie Chart as I need to group it by ActualOnTime field, but when it does that it duplicates it.
What can I do to resolve this issue?

Azure DevOps Server Pie chart slice not filtering

I have a Pie chart as follows:
It has slices representing count of Work Items by State. When I click a slice, I'm taken tot he query result showing all work items instead of filtered to clicked state:
Here is the query:
What do I have to change here to get a filtered result instead of all?
You can use the "Filter work item" option in the top right corner to filter the status of work items.
As of this time, however, clicking on a slice and then displaying work items of that status is not supported. When you click on the chart, you essentially open the query used by the chart.
So you need to manually filter your desired status after clicking. In addition to status, it also supports filtering of information such as Assigned to, Tags, and so on.

How can a Tableau Server user change the axis view on a granular table?

I am creating a capacity dashboard that has a granular aspect with multiple rows on the axis. The purpose is so that the user can see the specific view as the fields get more specific, such as Region to Market to Territory. My main problem is if there is a way for a user on Tableau Server to be able to edit the axis (maybe through a filter) so they could basically scale back the granularity a little bit. I know that in Tableau Desktop, you can just remove the dimensions, but I am hoping there is away to do that as a user in Server. Here are some pictures of my
workbook for examples:
You can see that when Territory is removed, it get less specific and shows all of Canada as a whole, grouped together. I am hoping there is a filter view or some way a user could change this dynamically. I have created a parameter with strings that matches the row dimensions that maybe when selected, will show up to that row, but I am not sure how to link that into the dashboard. Here is a picture of that:
Thank you for any help!
The best way to do this is to create a Parameter with your three Axis choices. It should look like this:
Next, create a calculated field that only references the Parameter like this:
Next, you will create three separate sheets. On each one, add the Axis Filter to the Filters Shelf. One each separate page, select one of the three values in your Parameter. (Tip - if the value doesn't show up you can either change the parameter or type it in manually under "Custom value list".)
What this does is create a filter whereby only ONE of the sheets will show up at any time. Meaning if you want to work on the Market sheet select the Market value in the Parameter.
Finally, to bring it all together, you will put these on a dashboard. Create a new Dashboard and add a Horizontal (or Vertical, it doesn't matter) Object (aka layout container) onto the dashboard. Put all three Sheets inside the layout container. You will see only one will be displayed but all three will have headers. On each sheet, click on the header and check "Hide Title" like this:
Finally, click on any downward triangle and show the parameter:
Now, by changing the parameter your user is selecting from three different sheets... effectively letting them change the Axis.
You can also view this documentation on the Tableau Help site.

How to set up a dashboard action filter to show only those records in sheet B that contain the current selection in sheet A?

First time poster here. I am putting together a dashboard to show progress of a number of projects which all contain a given set of milestones.
I put together two charts, a 'milestone overview' which shows a count of project_id by milestone achieved (blue) or not yet achieved (grey), and a 'gantt chart' which shows timeline of these milestones for each project_id see milestone and gantt dashboard. All projects should contain all of the milestones but it's not always the case.
I would now like to apply dashboard action to filter the 'gantt chart' and only show projects which contain the selected milestone in the 'milestone overview' and where that milestone has been achieved (or not achieved depending on the selection), but preserve the appearance. Esentially I need to pass project_id from 'milestone overview' to the 'gantt chart', see desired result filtered gantt
Currently, the only common dimension is activity_id (milestone) so when I use this to filter the gantt, the correct projects are shown, but all other milestones are excluded from the view and the gantt breaks see this image
I've tried adding project_id to the details shelf in the 'milestone overview' chart but it then fragments the chart see fragmanted milestone chart
I then tried pushing it to the secondary axis (to sit behind the aggregated chart) but dashboard actions ignore it because then only to aggregated chart from first axis can be selected.
I also posted un Tableau community forums here with a sample workbook, but haven't yet had any responses. Any suggestions?
Thanks
I think you just need to place a filter for the Activity ID on your Gantt chart Worksheet, like this:
When you go to the Dashboard, the action filter should filter like this:
I can send you back the workbook if you like.
FYI please see the response provided by Yuri in Tableau community forums. Basically this is a one-click solution with Set Actions in the new 2018.3 version. For those in older versions, provided is a two-click solution (snapshot added). I'm not fully clear on why this works given there are no common fields between 'show projects' and 'milestone overview' sheets, yet the dashboard action still goes through without the 'missing fields on sheet...' error. Anyway, it's the best alternative to set actions.snapshot of the solution provided

In Tableau, how to pass values to action filters that are not in pie chart?

I am using Tableau desktop 8.1.
I have created a pie chart showing Shift timings and number of employees in each shift timings under different departments.
The pie chart is as follows :
Shift Timing as the "Color mark"
Count distinct employee as the "Angle mark"
I have created an action filter whereby clicking on a shift timing in the Pie chart will display another sheet which shows various details of the employee under that particular shift time.
I have used Action Filter where the field i have passed to the target filter is "Shift Time".But i am not able to add the Department Field as a target filter to the Actions Filter as tableau desktop displays an error "Missing fields on Pie chart".
I need to pass the Department also to the Action filter ( but it is not present in the pie chart) as the user might select Multiple departments from the given list of Departments and the report should show the
My requirement is that if the user selects Shift time (for e.g 9am-5pm) and four departments then upon clicking the 9am-5pm shift in the pie chart should display the details of employees under those departments.I am not able to achieve this because i am not able to pass the Department as target filter into the Action filter.
Thanks and Regards
A little bit difficult to understand without seeing your actual workbook.
If I understand correctly, you want do display a pie chart, and when I click on a segment of the pie chart, you want to display a list of employees under that segment (shift time), but you also want to filter the department.
What I would do is to create a dashboard with 2 sheets, 1 with your pie chart, and one with the employee names/ids (simply drag employee name/id field to the rows and that's all). On the second sheet I would include a filter using department field.
Back on dashboard I would go to the pie chart sheet, click on the gray triangle on the top right, and select "Use as Filter". Then I would go to the other sheet, click the same triangle, go on Quick Filters and select the department filter. And voilĂ , the user is able to filter departments on the right of your dashboard, and click on the pie segments to select a shift.
Hope it helps
I have another way to resolve this issue.
Dashboard->Action->add action - >