Can we create layers in Google datastudio Bubble map to plot and compare data ; similar to Google Mymaps - geospatial

I have a table showing order projection on pincode level
How I'm creating Chart
Create a Datastudio - Datasource and add the relevant gsheet containing data below:
Edit pincode as Postal code
Create a report > Create a Bubble Map and plot pincodes with projected load.
Output Data Chart
Sample Chart for Projected Load
https://datastudio.google.com/reporting/74fcbbe7-de10-4162-ac5d-6e3fc3a23339
Chart 2 for Current Capacity - Showing capacity in Green Color
https://datastudio.google.com/reporting/93053f41-832a-4870-a823-cd010d97c469
Expected Output - Merge two Charts into One chart showing Postal code wise Projected and Current Capacity.
I want to add the current capacity in a different color to decide on building new capacity. #Logistics
Can this be done using data studio?? or pl suggest a different tool.
https://docs.google.com/spreadsheets/d/1N3OPettlFWYiNuIBG3SWKC007iYTAQmHwXzV2E87RgQ/edit#gid=0
https://docs.google.com/spreadsheets/d/1-nZY3pQ0Nz_QyQe7FWs5L-fk3X6q1x07umUKv51afq8/edit#gid=0
pincode
city
Country
Orders Projection
110081
Delhi
India
1962
110032
Delhi
India
1696
110043
Delhi
India
1386
110093
Delhi
India
828
110083
Delhi
India
816
110077
Delhi
India
579
110091
Delhi
India
537
110087
Delhi
India
412
110095
Delhi
India
345
Table 2 - Existing Capacity
pincode
city
Country
Current Capacity
110032
Delhi
India
250
201301
Noida
India
300

Related

How to link the content of two cells

I have an excel file with 2 different sheets. In one i have a list of cities, in the other one i have all the trains that go in that specific city. I have linked the city's name cells with the corresponding in the list. If i add another city and reorganize the list in alphabetic order the trains sheet will have the city's names all changed. How can i connect the content of two different cells so that if i reorganize the list the names in the trains sheet will not change? I looked gor a solution in the official microsoft forum but i didn't find anything
I'm using VLOOKUP() function and it works
In CITIES-STATIONS.xlsx file I'm taking 3 columns as array I'm
getting the column 3 to show in Trains.xlsx file
I added Florida City and is taking the value of the station the formula is in the Trains.xlsx file:
=VLOOKUP(B2,'[1-CITIES-STATIONS.xlsx]Stations'!$A$1:$C$44,3,FALSE)
=VLOOKUP(Searching Value, Array ,Column to get in to the Trains File, Bolean Value in case null)
1-CITIES-STATIONS.xls file
A B C
City State Station Name
Alpine TX (ALP)
Alton IL (ALN)
Arkadelphia AR (ARK)
Austin TX (AUS)
Benson AZ (BEN)
Bloomington IL Uptown Station (BNL)
Carlinville IL (CRV)
Chicago IL Union Station (CHI)
Cleburne TX (CBR)
Dallas TX Union Station (DAL)
Del Rio TX (DRT)
Deming NM (DEM)
El Paso TX Union Depot (ELP)
Florida MI Amtrak Florida <------
Fort Worth TX (FTW)
Hope AR (HOP)
2-TRAINS.xls file
A B C
Train Company City Station
Amtrak. Malvern (MVN) <---formula here
Amtrak. Arkadelphia (ARK)
Amtrak. Palm Springs Amtrak Station (PSN)
Amtrak. Florida Amtrak Florida <------
Norfolk Southern Railway. Hope (HOP)
Norfolk Southern Railway. Texarkana (TXA)
Norfolk Southern Railway. Marshall (MHL)
Norfolk Southern Railway. Longview (LVW)
Norfolk Southern Railway. Mineola (MIN)
Union Pacific Railroad. Dallas U.S. (DAL)
Union Pacific Railroad. Fort Worth (FTW)
Union Pacific Railroad. Cleburne (CBR)
Union Pacific Railroad. McGregor (MCG)
Union Pacific Railroad. Temple (TPL)
Union Pacific Railroad. Taylor (TAY)
BNSF Railway. Austin (AUS)
Good luck!

Filling cells based in source range and a criteria

I have a simple table containing a few products as:
Item
Category
Banana
Fruit
Mango
Fruit
Chair
Furniture
And a list of items and some values
Store
Item
Value
Center
Banana
1.50
Beach
Banana
2.50
Center
Chair
15.00
Beach
Mango
2.00
I would like to know how to dynamically add and fill a category in the second table (after the value column for example), fetching the data from the category table.
By dinamically I mean to use some programming function to extract the data to fill table 2 based on table 1. In SQL would be a JOIN. But I don't know how to handle in excel.
The idea is the final table should looks like
Store
Item
Value
Category (dynamic)
Center
Banana
1.50
Fruit
Beach
Banana
2.50
Fruit
Center
Chair
15.00
Furniture
Beach
Mango
2.00
Fruit
Center
Water
1.00
NONE (or something like)

filter on sheet1 also filters sheet2 based on sheet1 filtered values

I have multiple sheets in a excel file and the Address sheet contains the columns: Postal Code, House, City and Employee sheet contains the columns: Name, Contact, House, Postal Code. I wish to filter my sheets so that I can find the employees from a particular City.
Address Sheet:
Postal Code
House
City
EC1V 9LT
372 Old Street
London
NW3 6BT
176 Finchley Road
London
M14 5TD
6 Wilmslow Road, Rusholme
Manchester
YO1 9RA
7-9 Clifford Street
York
Employee Sheet:
Name
Contact
House
Postal Code
Employee 1
XXXXX-XXXXXX
372 Old Street
EC1V 9LT
Employee 2
XXXXX-XXXXXX
176 Finchley Road
NW3 6BT
Employee 3
XXXXX-XXXXXX
6 Wilmslow Road, Rusholme
M14 5TD
Employee 4
XXXXX-XXXXXX
7-9 Clifford Street
YO1 9RA
Filtered Address Sheet:
Postal Code
House
City
EC1V 9LT
372 Old Street
London
NW3 6BT
176 Finchley Road
London
Which will automatically filter the Employee Sheet also giving the below result:
Name
Contact
House
Postal Code
Employee 1
XXXXX-XXXXXX
372 Old Street
EC1V 9LT
Employee 2
XXXXX-XXXXXX
176 Finchley Road
NW3 6BT
Thank you for the help.
One of the solution is to add a City column on the Employee Sheet by using vlookup function, so you will have everything on 1 sheet. For this you will need to create a new column Key on each sheet, where will be concatenated values from columns House and Postal Code. It will be something like this:
Address Sheet:
Employee Sheet:
where vlookup function in City column will look something like this:
=VLOOKUP(E2;Address_Sheet_Name!C:D;2;0)

Excel formula for aggregation and filtering

Is it possible to aggregate values on one excel tab and display on another tab?
In addition to that can we also filter on one of the columns as we aggregate?
For example, Sheet1 has 3 columns - (Continent, City, Ignore)
Continent City Ignore
Europe Paris N
Europe London N
Europe Liverpool N
Europe Rome N
Europe Oslo Y
Asia Tokyo N
Asia Osaka N
Asia Dubai N
Asia Bangkok Y
Asia Mumbai N
Africa Cairo Y
I want my Sheet2 to display the number of cities per continent taking into account the "Ignore" flag.
Continent #Cities
Europe 4
Asia 4
Africa 0
Since 3 Cities are marked as Ignore=Y, we don't want to count them.
It came as one of the recommended pivot tables, but I'm trying to build this using excel formulas so I can build on that if needed.
Prefer excel formulas over VBA or Macro.
Using your sample data...
Formula in F2:
=COUNTIFS($A$2:$A$12,E2,$C$2:$C$12,"N")
Drag down...

Excel Pivot table subtotal with element exclusion

I want to add the extra line of Grand Total of the pivot table,
which excludes some element group. Is it possible to do this?
For example, I want to add subtotal of [East excluded New York Total],
is it possible without adding the additional column for grouping purpose from the source data/worksheet?
Because I further want [East + West Total]
and [East excluded New York + West Total]. The approach of adding extra group label columns is not flexible enough as the group subset is not static (i.e., New York sometimes is a subset of East, sometimes not,
for showing subtotal). Thanks.
eg.
East
New York 100
Boston 200
Philadelphia 300
[East excluded New York Total] 500
East Total 600
West
XXX 999
YYY 999
XXX 999
West Total 999
---------------
[East excluded New York + West Total] 999
GrandTotal 9999
Presuming the cities are in Column A and start with A2 and ends wit A5, then resulting cell will be:
=SUMIF(A2:A5, <>"New York", B2:B5)
will do the trick.
Though to be noted, pivot tables were never intended to yield extra rows and it may actively hurt your table structure.
Easiest solution to not get interfering dynamic ranges would be to treat East Coast and Web Coast as seperate Pivot Field Columns instead of Field Rows.
This way, you can apply the formula to entire [#Column]

Resources