here my sample dashboard
I have a data source with ‘City’ and ‘Department’ information divided by area (Europe, USA etc that I don’t want to change for the dashboard). I'd like to hide the second filter for a specific area.
Not all the areas have a ‘Department’.
Example:
Area Europe has both ‘City’ and ‘Department’ information, so I want to show both the filters on my dashboard.
Area USA has only ‘City’ information (‘Department’ value is NULL or blank), so I want to show only the ‘City’ filter on my dashboard.
If I would like to set the show/hide status of the ‘City’ filter, for instance, based on the value of ‘City’(if the value is not null or blank), how can I reach the goal?
Related
In my dashboard there are plenty of visuals. Out of them i have filter and pie chart. Let's say using filter we can select which Ware house's asset types count distribution you want display(Asset Types: Laps, Scans and printers). so when user selecting each Warehouse, pie chart shows corresponding asset type's count distribution.
Problem is when i log into dashboard first i can see the newest data point for each asset types.lets say latest data for Laps are 10 from warehouse A and latest data point for Scans 25 from warehouse C. Initial pie chart shows laps are 10 and Scan are 25. What i want display is either any data warehouse or a predefined warehouse when the user first log into dashboard.
When i selecting using filter it shows the correct data . Only question is when user see dashboard after logging and before selecting.
So as above pic.when user see the dashboard just after logging it shows asset types from diffrent warehouse. I want to show predifined Warehouse
Note: To make above donut plot i used Top hits for count , descending timestamps and group by using "Asset types".
In this graph what i need to show is latest asset types count distribution for each warehouse.
I have a case where I have to make interactive filtering on few sheets.
Explanation:
suppose page 1 and 2 have part_nbr field in filter pane and both of the pages have matrix visual in it.
i want to make the interaction between this filter of both pages such that if I choose part_nbr as 1234 in page 1 then page 2 also show the visuals (matix) for part_nbr 1234 and I don't want to show slicer for part_nbr on either of the sheets.
You need to add same slicer in all pages and Sync them so that the selected value apply same filter on each page. But, if you are not interested to show the slicer visual on each page, the work around is- hide Slicers from other pages after applying the Sync option. This way end user will only see Slicer on 1 page but it will work as per your expectation.
to hide the slicer, select the Slicer and then go to Format tab. Select the Selection option and set show/hide option as per your requirement.
I'm building a Power BI dashboard for D365 CE. I have a slicer with Account Regions which Slices the Opportunities. However, client only wants to show Opportunities with Account Regions with certain Account Territories. I.e.., show Opportunities in Any region that ARE NOT of Account Territory 1. Region is a related entity to Account. I've been fighting this one for hours. So in short, need slicer to include all regions but filter data by certain account types in associated with the region.
As you can see from above image, The Territory entity is the DIM and the Opportunity Entity is the FACT. I am using the slicer to slice by ta_Region as circled. However, I need to only show results from fact table where the Territory field circled below ta_region in the picture != 1
The following is the visualization:
From above picture, you can see that in the top left corner I am slicing by Region, but need to filter the Opportunities in the bottom (blued out) by Terrtitory from the first picture.
I have several dashboards displaying employee survey data at different roll-up levels.
I'm using an Action to move from a summary of all employees, to detail on a single employee. So my filter is configured to pass the "Employee Name" to the next dashboard on click. So I can click on an employee from the list, and jump to the dashboard showing the summary of a single employee. This all works great.
The problem I'm trying to solve is that the drop down list filter for Employee Name on the Employee Detail dashboard doesn't adjust to the employee the action filters the list to, it still says (All). I.E. if I click on the record for John Doe, the jump and filter of the data works correctly, but the actual filter selector still says (All), rather than John Doe.
Is it possible to get the filter selection to update?
Once you have created an Action filter, you can show that filter on a dashboard just like any other filters.
Henry, because you have a filter on your dash, the action adds another filter but the only filter it's updated is the Action filter, in the image you could see the two filters updated only on the action filter... you could do so by using only dashboards filtering each others, because the dashboards always show the data in them, and you could make the action filters each other....
here is the dahsboard from the Regional Example Database of Tableau Desktop.
Is it possible, and if so, how, to implement drill down in Kibana 4?
For example, lets say a dashboard has a pie chart which represents products.
Beneath that, there could be a table which shows component parts which are used to make products, together with supplier name, cost, availability, and other details. Clicking a product in the pie chart will filter the table to only show parts for that specific product. Selecting the supplier field would drill to another table showing the details for the supplier.
This requires that there be a multi-column table widget which would be used to display the details for each part, and that each column in the table could potentially be a link to another table.
In addition, lets say that there are three charts at the top of the dashboard. Clicking on each one should swap out the area below to display a table with a specific query and data columns relevant to the selected chart.
Is this kind of functionality abailable in Kibana?
You can mostly achieve this type of functionality in Kibana 4. What you'll want to do is create a search that has the fields that you want to display and save that. Next you'll create your visualizations that have the things you want to drill down on.
Finally, create a dashboard with all of the visualizations on it, and then also add the Search (when you hit +, there's a tab that says Searches. Choose your saved search there.
When you click on your widgets, it will start adding filters and refreshing the page, including your "search".
On the search widget that's on the dashboard, you can click on the rows and they will expand to show the fields. Next to each field is a +/- that will let you filter to that value or exclude that value.
I Think Kibi has this feature But again I think it is for relational database tables
Please refer to this issue
https://github.com/elastic/kibana/issues/4439