All language subtitles for 1. What is a Dashboard

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French Download
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:04,920 --> 00:00:09,210 In this section of the course, we're going to take a look at interactive dashboards. 2 00:00:09,510 --> 00:00:13,680 And we're going to build our own interactive dashboard from scratch. 3 00:00:14,550 --> 00:00:20,190 Now it's worth noting that when it comes to interactive dashboards, they can get very, very complex. 4 00:00:20,520 --> 00:00:26,160 And we're definitely not going to have time in this course to cover all of the methods you can use to 5 00:00:26,160 --> 00:00:27,960 create interactive dashboards. 6 00:00:28,320 --> 00:00:33,330 What I would recommend you do is if you watch these lessons and you think to yourself, Yes, I want 7 00:00:33,330 --> 00:00:34,440 to know more about that. 8 00:00:34,800 --> 00:00:40,410 I highly encourage you to check out our interactive dashboards course, which goes into a lot more detail. 9 00:00:40,620 --> 00:00:46,380 What I really want to do in this section is just really introduce you to the concept of interactive 10 00:00:46,380 --> 00:00:51,030 dashboards and show you how you kind of need to go about putting them together. 11 00:00:51,420 --> 00:00:56,670 So let's start out in this first lesson just by discussing exactly what an interactive dashboard is. 12 00:00:57,300 --> 00:00:59,700 Well, you're pretty much looking at one. 13 00:01:00,150 --> 00:01:06,960 A dashboard is where you gather together all different types of analysis and display them on one worksheet. 14 00:01:07,200 --> 00:01:13,440 And this dashboard as a whole can give people a really good idea as to what's going on in the business. 15 00:01:14,220 --> 00:01:20,730 For example, this is a sales dashboard for the Myriad Group, which is showing sales data from 2018 16 00:01:20,730 --> 00:01:22,080 to 2020. 17 00:01:22,800 --> 00:01:28,080 And the way that I've set this up, we've got some headlines at the top here, which shows us some key 18 00:01:28,080 --> 00:01:33,780 stats at the top of the page, so I can see the products that have got the highest number of orders. 19 00:01:34,080 --> 00:01:39,810 The product that has the highest costs and the most profitable product and information like this can 20 00:01:39,810 --> 00:01:42,840 help us make better business decisions going forward. 21 00:01:43,050 --> 00:01:50,850 Underneath, I have some gross sales figures for the year that is selected in this dropdown box for 22 00:01:50,850 --> 00:01:52,290 each of the different countries. 23 00:01:52,440 --> 00:01:56,940 And then underneath we have some charts which shows various different pieces of data. 24 00:01:56,970 --> 00:02:01,800 So, for example, units sold by country, the number of orders by product. 25 00:02:01,920 --> 00:02:06,390 And then we have a line chart that shows product cost vs. profit. 26 00:02:06,600 --> 00:02:11,430 And the cool thing about this dashboard is that the way that we've set it up is that if we click this 27 00:02:11,430 --> 00:02:18,870 little drop down and switch this to 2019, all of the figures and all of these headlines updates and 28 00:02:18,870 --> 00:02:20,520 pull through the relevant data. 29 00:02:20,790 --> 00:02:26,340 Now, in order to put together a dashboard like this, it requires a number of different skills. 30 00:02:26,580 --> 00:02:34,200 So if we go back to the first tab, we always start off with our raw data set and that should always 31 00:02:34,230 --> 00:02:35,520 be in a table. 32 00:02:36,330 --> 00:02:43,440 Then from this raw data set, I then have a calculations page and this is where I do a lot of my calculations 33 00:02:43,650 --> 00:02:45,420 which feed through to the dashboard. 34 00:02:46,200 --> 00:02:52,620 For example, I can see my calculations here that I need to set up that dropdown box where we select 35 00:02:52,620 --> 00:02:53,040 the year. 36 00:02:53,910 --> 00:02:57,540 I then have the calculations that I need for the column charts. 37 00:02:58,140 --> 00:03:03,990 And then this table houses all the other calculations in the data that we need for the other two charts 38 00:03:03,990 --> 00:03:05,190 that we have on the dashboard. 39 00:03:06,030 --> 00:03:12,390 And then finally, at the bottom, this is what I need for those high level headings at the top of the 40 00:03:12,390 --> 00:03:15,510 page and everything all links through. 41 00:03:16,290 --> 00:03:21,000 So for example, if you take a look at the calculations here for the combo box. 42 00:03:21,420 --> 00:03:25,350 Notice the commonly it says, selected year and I've made a little spelling mistake. 43 00:03:25,350 --> 00:03:28,680 Then it's just quickly change that selected. 44 00:03:28,680 --> 00:03:29,520 Yeah, that's better. 45 00:03:30,240 --> 00:03:33,450 Notice that it says selected year 2019. 46 00:03:34,050 --> 00:03:39,870 Now that's because in the dashboard, currently, I have 2019 selected in this combo box. 47 00:03:40,470 --> 00:03:46,050 But if I was to click this and change it to 2018 and go back to the calculations page. 48 00:03:46,320 --> 00:03:52,590 Notice that this is updated down here so everything links through nicely. 49 00:03:52,950 --> 00:03:58,500 The other three tabs highlighted in blue down here are where I have my different charts that I'm using 50 00:03:58,500 --> 00:03:59,250 on the dashboard. 51 00:03:59,520 --> 00:04:05,340 And again, these have all been created in a way so that when we change the year in this dropdown, 52 00:04:05,580 --> 00:04:08,160 the charts automatically update. 53 00:04:08,730 --> 00:04:14,280 So we've got a few different techniques going on here, and I would also recommend if this is a subject 54 00:04:14,280 --> 00:04:19,770 that you'd like to explore more and you're interested in different ways that you can design interactive 55 00:04:19,770 --> 00:04:20,490 dashboards. 56 00:04:20,760 --> 00:04:27,480 I always recommend jump in onto Pinterest and just having a search for Excel dashboards and taking a 57 00:04:27,480 --> 00:04:30,510 look at some of the amazing designs that other people do. 58 00:04:30,900 --> 00:04:37,320 Now, another point worth noting here is that I've created all of these charts just here, not using 59 00:04:37,320 --> 00:04:39,360 pivot tables or pivot charts. 60 00:04:39,870 --> 00:04:42,860 These are effectively just regular charts. 61 00:04:42,870 --> 00:04:44,700 They're not using pivot data. 62 00:04:44,940 --> 00:04:50,490 Now, a lot of people do use pivot tables and pivot charts on their dashboards, and they'll also use 63 00:04:50,490 --> 00:04:52,440 slices to filter that data. 64 00:04:52,920 --> 00:04:57,330 And if you want to do that, that is absolutely fine using the techniques that we've learned in the 65 00:04:57,330 --> 00:04:58,350 last section. 66 00:04:59,010 --> 00:05:04,110 But I thought we'd do something a little bit different here and use a little dropdown to control the. 67 00:05:04,360 --> 00:05:06,130 To that, we're seeing on this dashboard. 68 00:05:06,640 --> 00:05:11,380 So you're going to get to learn another skill as well, and that is using things like combo boxes. 69 00:05:11,710 --> 00:05:15,970 So over the next couple of lessons, we are going to build out this dashboard. 70 00:05:16,330 --> 00:05:18,010 It is pretty intense. 71 00:05:18,340 --> 00:05:23,200 And if you find it a bit much, I would recommend just watching it a few times and going through it 72 00:05:23,200 --> 00:05:23,710 slowly. 73 00:05:23,860 --> 00:05:25,390 But this is what we're aiming for. 74 00:05:25,480 --> 00:05:26,620 Let's get started. 7906

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.