Тёмный
No video :(

Tableau Map Layers - an in-depth TUTORIAL on using Map Layers to show Points, Lines and Polygons 

Marc Reid
Подписаться 2,5 тыс.
Просмотров 27 тыс.
50% 1

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 43   
@jameseichinger7262
@jameseichinger7262 8 месяцев назад
HA! Thank you for explaining this in the context of the old dual axis map approach. I’m rebuilding an old dashboard designed back in Tableau 6.0 and was about to refresh my knowhow on dual axis maps. Map layers and your video make things A LOT easier!
@MarcReid
@MarcReid 8 месяцев назад
Great to hear, James!
@elfireii328
@elfireii328 9 месяцев назад
Thank you! My group project was having trouble combining latitude and longitude data with spatial data. It would cause an error with the dual axys method. This one is the perfect method for what we were looking for!
@MarcReid
@MarcReid 9 месяцев назад
Glad it helped!
@dataman6744
@dataman6744 11 месяцев назад
Excellent presentation thank you very much. Struggled a bit transitioning from my 2019.1. This helped loads!!
@MarcReid
@MarcReid 11 месяцев назад
Great to hear. Glad it was useful.
@user-sy8cv2vf1f
@user-sy8cv2vf1f 6 месяцев назад
Beautifully Explained. Behtreen :) Keep it up so we can learn more. Never got this extent of explanation :)
@MarcReid
@MarcReid 6 месяцев назад
Thanks! Glad to hear it was useful
@alejodlc
@alejodlc 10 месяцев назад
Thank you Marc, You made my day!
@sudeshnasen6714
@sudeshnasen6714 11 месяцев назад
Thanks a lot ! This is really helpful
@MarcReid
@MarcReid 10 месяцев назад
Thanks!
@greglomuti2683
@greglomuti2683 Год назад
Hi Marc, Great content. I noticed in the video when you are about to add the geometry field from roads and streets data, you point out the orange line on left and you mention how it has to do with blending and that’s not what we are doing here since we are layering. But I am using my own data set and doing a similar exercise but whenever I add a centroid from a new data set as a new layer it gives me an error that a relationship needs to be created between the data sets. Is there something I am missing? Since you mentioned you did no blending in the video
@MarcReid
@MarcReid Год назад
Thanks, Greg. Are you definitely bringing in a geospatial field and adding it as a new layer? If you drag in a non-geo field to the view from a secondary data source, Tableau will try to blend. If you're still having issues, I'd recommend posting the workbook on the Tableau forums so someone can take a closer look with examples. community.tableau.com/s/explore-forums
@shrutihouji5244
@shrutihouji5244 7 дней назад
Can you please provide a link to the exact dataset?
@reclform8610
@reclform8610 2 года назад
Excellent!
@MarcReid
@MarcReid 2 года назад
Thanks, Sidney!
@JEEVANREDDYGAJJALA
@JEEVANREDDYGAJJALA Месяц назад
Can you please tell me which data to download, when I open the link you provided in the description I don't know which data you took, it's frustrating that I cannot find the correct data, I can't follow you.
@MarcReid
@MarcReid Месяц назад
I no longer have the exact links as this was some time ago, but from the linked page is you search for these you should find them or similar data sources: 1. Admin Areas (polygons). 2. Roads and streets (lines). 3. Educational facilities (points)
@manabeshray632
@manabeshray632 Год назад
Hi Marc, Great content. Really helpful. I want to know one thing that can I set this Layer option was parameter in my dashboard? Like when I represent my dashboard, if I choose layer 1 it will show layer 1 and so on. I don't want that option on the map instead of that I want it as parameter. is it possible ?
@MarcReid
@MarcReid Год назад
Thanks. One way to do that is to use a parameter in a calculation and return your spatial object based on the parameter selection. For example: IF p.Select_Layer = 1 THEN [My_Spatial_Object] ELSE NULL END. And drag that calc onto the view as a map layer. It will then only show when the parameter is set to a value of 1.
@richardfinney2548
@richardfinney2548 2 года назад
Hi Marc, are these features only available in the 2021 version of Tableau? I have the 2019 version installed on my computer.
@MarcReid
@MarcReid 2 года назад
Hi Richard - Map Layers was released in 2020.4. (datavis.blog/2020/12/02/tableau-map-layers/). You can download Tableau Public for free and get started with Map Layers - public.tableau.com/en-us/s/download
@madalinmd1119
@madalinmd1119 5 месяцев назад
How can we add a filter for only one of the layers of the map? For example, I want to color all the province of a country based on sum(value) but then make a shape for the provinces that are bigger than 5 (for example).
@MarcReid
@MarcReid 5 месяцев назад
something like: IF value>5 THEN [GEOGRAPHY] ELSE NULL END. If that doesn't work / not what you meant, then I'd recommend posting on the Tableau forums with an example workbook.
@madalinmd1119
@madalinmd1119 5 месяцев назад
@@MarcReid yes sir, that worked. Thank you!
@koumospecial
@koumospecial 2 года назад
Does that also work with csv files or is it only limited to spatial files?
@MarcReid
@MarcReid 2 года назад
If you have latitude and longitude values in your CSV file, you can turn them into spatial objects using the MakePoint() spatial function and then add those points to a map layer. You could also create lines from those points using MakeLine() and add those as a map layer.
@koumospecial
@koumospecial 2 года назад
@@MarcReid Thank you sir!!! 👍👍👍Wow this is awesome!! 😍
@MarcReid
@MarcReid 2 года назад
Thanks!
@NikhilSivaraman
@NikhilSivaraman 2 года назад
Hi Marc, Can you please elaborate on which files to download from the link? I'm not able to download the files. Also, it would be nice if you elaborated on spatial files please
@MarcReid
@MarcReid 2 года назад
Admin boundaries (polygons shape file) : data.humdata.org/dataset/cod-ab-mus Educations facilities (Points shape file): data.humdata.org/dataset/hotosm_mus_education_facilities Road (lines shape file): data.humdata.org/dataset/hotosm_mus_roads Spatial files contain spatial data (polygons, lines, points). www.ordnancesurvey.co.uk/business-government/our-partners/what-is-spatial-data
@HeenaGargeno
@HeenaGargeno Год назад
Hi, I am able to see the layer control icon and it is not showing up under map options as well. Do I need to update? how do I get this feature??
@MarcReid
@MarcReid Год назад
Hi - the layer control was introduced in 2021.2. See this video for more info: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-g6Ikidt8taQ.html
@oladipooladapo883
@oladipooladapo883 11 месяцев назад
The disable selection tool isn't available in the Tableau 2023.1.0. How can I find it? Thank you!
@MarcReid
@MarcReid 11 месяцев назад
Please can you confirm what you mean? thanks.
@oladipooladapo883
@oladipooladapo883 11 месяцев назад
After you added the third layer on the map, you went on to disable selection on the map (time: 05:45). I created a dual-axis map on my worksheet in Tableau, but the layer of the map I imported from a spatial data (shapefile) is still enabling selection. How do I disable the selection? The version of the tableau I use is 2023.1.0. Thank you. @@MarcReid
@oladipooladapo883
@oladipooladapo883 11 месяцев назад
@@MarcReid After you added the third layer on the map, you went on to disable selection on the map (time: 05:45). I created a dual-axis map on my worksheet in Tableau, but the layer of the map I imported from a spatial data (shapefile) is still enabling selection. How do I disable the selection? The version of the tableau I use is 2023.1.0. Thank you.
@MarcReid
@MarcReid 11 месяцев назад
Thanks for clarifying. at this time stamp (6:06) ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ppo3d9HFMrc.htmlsi=NZ84EuD6KkbzhwJH&t=362 I select "Disable selection" from the drop down menu. Are you seeing that option?
@oladipooladapo883
@oladipooladapo883 11 месяцев назад
@@MarcReid Thank you so much for your response, but the drop down option is not available in my Tableau version which is 2023.1.0. How else can I go about it? Thank you.
@ahmedal-wattar5624
@ahmedal-wattar5624 Год назад
Great content Mark! Thanks. If I have a question that related to a project that I am working on, what is the best way to contact you if you don't mind. thanks
@MarcReid
@MarcReid Год назад
I'd recommend posting on the Tableau forums, Ahmed. You're welcome to tag me but most likely by the time I see it someone will have already answered. community.tableau.com/s/explore-forums