TABLEAU HEXBINS CHART PART Il

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 19

  • @ArtofVisualization
    @ArtofVisualization  7 лет назад +3

    Hey guys,
    As always, any questions and comments are appreciated!

    • @ivanmonnier2445
      @ivanmonnier2445 5 лет назад

      Hi, this tuto is great! I have a problem though: the bin often only gives 1 and 6, no intermediate value, so I don't have any hexagon. I can't fid why. Best regards

  • @alexanderchichi
    @alexanderchichi 7 лет назад +2

    omg you guys just made me realize I am still at Tableau 101...Thanks for the great advanced tutorials! Now I have more to look forward to.

    • @ArtofVisualization
      @ArtofVisualization  7 лет назад +1

      Sure, sometimes you need to update the software.
      One point to keep it up to date - follow our amazing tutorials.

  • @candido82
    @candido82 7 лет назад +1

    How can I make the hexagons smaller??

  • @avragoldman
    @avragoldman 5 лет назад

    I'm trying to make this advanced map with polygons and I am running into performance issues. I have a large dataset with 28 million rows (ish). As far as I've been reading, the slowness is maybe caused by LOD calculations, specifically, the "FIXED" calculation. It takes about 5-7 minutes to complete anything. Any suggestions for alternate calcs or anything? Thank you!

  • @boomboomhilarious
    @boomboomhilarious 6 лет назад +1

    Well presented, and very helpful. I'm definitely going to be using this!

  • @gorazdsurla
    @gorazdsurla 5 лет назад

    Hi... I tried to make hexbins smaller, to the level of meter (changing earth radisu to meters). Partially it worked, I've got smaller size hexbins, but at the end it didn't use all records in that view... Some were only shown when I used 1000m size again. Any clue why is that?

  • @kishan5262
    @kishan5262 7 лет назад

    Hi, I'm trying to Hex Map Scotland, but im only getting spots for parts of Scotland where I have data. Is there anyway to fill in the whole map?

    • @ArtofVisualization
      @ArtofVisualization  7 лет назад

      Hexbins doesn't fill the map
      If you want filled map you can duo axed Hexbins with filled map

  • @setyo4559
    @setyo4559 7 лет назад

    how I can make padded calculated field if I don't have zip code

  • @lucamancinelli723
    @lucamancinelli723 7 лет назад +1

    Sorry I cannot read the equation ToPad...could anyone type it here please?

    • @ArtofVisualization
      @ArtofVisualization  7 лет назад +1

      if [Zipcode] = {FIXED [Hexlat], [HexLong] : min([Zipcode]) } then 1 else 6 end

    • @ArtofVisualization
      @ArtofVisualization  7 лет назад

      Hope this helps Luca!

    • @jorgegub
      @jorgegub 4 года назад +1

      @@ArtofVisualization I have a dataset with lat. and long. values instead of zipcodes. How can I adapt the ToPad equation to my data?

    • @jorgegub
      @jorgegub 4 года назад +1

      I solved this by generating a random variable with values 1 and 6 in the extraction query.

    • @jhiro9370
      @jhiro9370 4 года назад

      Jorge Gutiérrez Hi, how did you do this actually? Did you add a new column with random numbers to the data source? I would be happy to know :)