Quicksight pie chart creation with values from 2 different fields - amazon-quicksight

I am trying to create a pie chart in Quicksight using values from 2 different fields. The goal is to have each of the fields show a percentage of the total. For instance, one would be money given and the other is money left. So, the pie chart would have 2 parts (money given and money left).
Quicksight doesn't allow me to add 2 values to the value section of the visual.
Any ideas please?
Thanks in advance.
I have tried playing around using calculated fields, but all to no avail.

Related

Display Predefined Category type for Pie Chart when landing to Kibana Dashboard Opensearch

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.

How to Show Last Month Count On bar Graph SSRS

This is my Report
enter image description here
graph shows the Total of all the employees in a Category within the given date range. We only require the count of last month on the Graph.
Is it possible?
Apply a filter to your chart to only include data for the last month. By applying it to the chart only, you'll still see all of the detail in the tablix.
Adding filters in SSRS

SSRS (VS 2013): How can I have a row group that spans multiple columns?

Hi guys, I'm trying to create a report similar to the picture shown. I need to be able to group by Risk Category and display the line 'Risk events for Risk Category X' for each risk category either above or below column headings.
I have spent a few hours playing with row groups but I've unable to display the group header spanning across the columns.
Is this even possible with SSRS? Any ideas on how to do this will be much appreciated.
thanks
Cam.
I think all you need to do is put the header label in the first column you want it to be seen under, then use the merge cells function to bridge it across however many columns you need.

Implementing drill down in Kibana 4

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

Adding Custom Date Range on Admin Dashboard Chart Magento

I am working on a task to show Date Range on Dashboard chart. so data chart will display on custom date range selection. I have added calendar on chart but result is not coming properly. I know its very specific requirement. I am looking if someone has already done such modification and can provide me some guidence to achieve this.
The data displayed on the dashboard comes from tables aggregated by a cron every day for product viewed and bestsellers. It is calculated and displayed accordingly. If you want to have a date range, you need to use the ones that are aggregated daily and group by product_id. For orders, you can use the function setDateRange existing in Mage_Reports_Model_Resource_Order_Collection.

Resources