Dynamically creating/accessing the Chart while visualizing the dashboard in Google Data Studio - google-data-studio

We are trying to display two pie Charts in the default Dashboard and when user clicks on one of these pie-charts the data-table of the selected pie-chart should overlay/override on other pie-chart dynamically.
For example:
The dashboard displays two pie-charts by default. The pie-chart on
the left side display the employee and salaries data. The right side
pie-chart will have the employee and locations data.
When user clicks on the left pie-chart, the right pie-chart should be
overlay/override by a bar-chart OR data-table which contains the
employees' hierarchy, organization hierarchy with salaries. And user
clicks outside the pie-charts the default view with two pie-charts
should display.
Similarly when the user clicks on the right side pie-chart, the left
side pie-chart should be overlay/override by different bar-chart OR
data-table which shows the employees and their working locations.
Please find the attached screenshots in reference to the above example.
Default Dashboard
After the user clicks on the left side pie chart in the default dashboard
We tried available filters but they works with in the graph/chart, but not overriding existing graph with another graph.
Please guide us on how to achieve the dashboard.

The current native charts and feature set does not enable changing chart types on the fly in view mode.
That being said, you can create your own customized chart in javascript that will let you do this.
Alternatively, if clicking does not require filtering of the data, you put a transparent box on top of each pie chart and hyperlink to separate pages with the correct charts.

Related

How can I change DataStudio default display in charts when I don't select anything in the drop-down control filter?

I create drop-down list(Q1,Q2,Q3) to filter the charts and tables. If I don't select anything in the drop-down list, the charts and tables will automatically show everything(Q1,Q2,Q3) -- how can I change the default value charts and tables that are displaying to Q1's value only?
To be more specific, if I don't select anything in the drop-down list, the charts and tables will show Q1's results; if I select Q2 in the drop-down list, the charts and tables will show Q2's result.
enter image description here
Kindly look for default selection at the filter property panel, as circled in screenshot below.
For example, when I enter "US" as the default selection, the entire dashboard is filtered to US by default. However, the user can still look for other selections if they are interested on other available country.
Do note the data here is dummy data, not the real-world data.
If you're interested to check out the dashboard to see what's the expected output, here is the link

Google Data Studio - Custom Metrics and Drill Down Options When Hovering Over Graph

I have a times series graph in Google with drill down options for the date fields as well as two custom fields. When I go into view or edit mode and hover over my graph to select custom metrics, they are not showing up.
My time series graph
Settings for my graph
Some of my other times series and graphs on the same page have optional metrics that show up when I hover over them. All the other graphs in my report don't have this problem.
Things I have tried.
Refreshing Data Source
Refreshing the page
Enabling and re enabling the custom metrics
I'm not sure what else to do as I am still somewhat new to using this tool. Any hints would be much appreciated!
A couple of reasons:
1) Text Box
One possibility is that the Text Box may be ordered ahead of the Time Series Chart, thus blocking the top of the chart (Right click on the Text Box and set the Order to Send to back), however, when the chart is selected, it should show, thus #2 should do the trick:
2) Chart Header
It may be currently set to Do not show; it can be changed by heading to the Style Tab of the respective chart, scrolling down till the Chart Header section and selecting Show on hover from the drop-down.
Google Data Studio Report and a GIF to elaborate:

Google data Studio- Bar Chart Click Event

I have created a created a bar chart in google data Studio. I have a requirement that on click of a bar chart a table should display with each records individually.
In attached bar chart I have Counts against each booking category. Suppose If I click on GRP REL bar it should display all the bookings at row level in sepearate table
You can't create click actions like this in Data Studio.

SSRS 2016 - How to display a chart, based on a condition, in the same page location

I am creating a SSRS Report (PPT export) with multiple charts and fixed number of pages. Each page contains multiple charts. I want to display different charts in the same page location based on a condition.
Now I know that ,we can Hide/Show a chart by specifying an expression for visibility attribute, but this will only Hide/Show the single type of chart in a preassigned location.
Just to reiterate
If Condition1=True
Display Chart1 at location (0,0)
Else
Display Chart2 at location (0,0)
Note: Chart1 and Chart2 are generated from different datasets
Thanks in Advance!
This is very simple to accomplish.
Create both charts and place them on top of each other in the report designer. Set up your visibility settings to only show one based on your criteria and as only one gets rendered, they will not interfere with each other or the rest of the report layout.
I Think position property for Chart is not available, so we can not manage chart position directly with any position parameter. but there is work around. create your all charts (multiple charts) in your report design, position them as you want and change their visible property as per your conditions.
e.g. if Chart1 to be displayed at position1 and position 2 based on condition, there will be 2 charts in your report RDL one at position1 and another at position2. manage each charts visible property as per condition, you should achieve what you need.
this is tried by me earlier.

OBIEE Master and Detail relationship

I am trying to create some reports using the master/detail functionality. I tried this using a table and bar graph, a table and line chart, and it's working fine.
Now I am trying to build master/detail functionality between a bar graph and line chart using a slider but it's not working. How can you set up the master/detail functionality without using a table.
Master-detail only works on text labels.
As of versiĆ³n 11.1.1.7.1, clicking on the bars,lines,bubbles/etc. does not trigger the master-detail event. You must click the axis lables on your graph; if the master atribute is used in the "Color by" section, you must include a legend and click on the legend labels.

Resources