Tableau INTERSECTS() Spatial Function Tutorial

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 8

  • @PatrickBateman12420
    @PatrickBateman12420 Рік тому +2

    Wow, thanks for sharing, Mark! Loved the filter vs. color demo at 5:50.

    • @MarcReid
      @MarcReid  Рік тому +1

      Thanks, Franco. Being able to simulate switching an intersects join on and off with a quick filter is a really nice feature.

  • @TableauTim
    @TableauTim Рік тому

    Great content as always !

  • @joelvargas8397
    @joelvargas8397 Рік тому +1

    Great work brother! Can I blend two data sources to make this happen? I have schools as points and buffer and other points to be counted inside the buffer.

    • @MarcReid
      @MarcReid  Рік тому +1

      Thanks. No, for the Intersects function it needs to be the same data source. But you could make a spatial join with your two data sources. See this video for an example ua-cam.com/video/MXquD73rnic/v-deo.html

  • @chaykorra
    @chaykorra Рік тому

    Great work. How can I create a 20 mile buffer radius around each point? Can you make a video on that?

    • @MarcReid
      @MarcReid  Рік тому

      If you have a file with latitude and longitude points, this is the calc:
      BUFFER(MAKEPOINT([Lat],[Long]),20,"miles")