TABLEAU RADIAL BAR CHART TUTORIAL

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

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

  • @sriprakashsankaran5823
    @sriprakashsankaran5823 3 месяца назад +1

    The best video I have seen for creating Starburst Chart in Tableau! 💯

  • @bctoledo
    @bctoledo 6 лет назад +2

    Excellent! I would recommend though, if you are using dates in detail, to multiply the [Radial X] by minus one so that the dates progress in a clockwise direction, which may be more intuitive.

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

    Thanks. The reason we use COS for the X and SIN for the Y is because we are converting the angle to X and Y cartesian co-ordinates. Cos(angle) = Adjacent / Hypotenuse ---> X = Adjacent, whereas Y = Opposite so cos(angle) = X / Radial Normalised Length i.e X = cos(angle) x Radial Normalised Length... the same logic holds for Y...just rearrange.

  • @monalisahota
    @monalisahota Год назад

    Works! great tutorial!

  • @matelbaz4608
    @matelbaz4608 5 лет назад +3

    Thank you! How can I draw the circle without using on date field ?

  • @10-factor53
    @10-factor53 4 года назад

    Great video! I totally gonna use that one! thanks!

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

    Nicely done. Concise.

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

    thank you! this is really helpful!. I have one question, how do we create "Path order" without doing union tables ? because we are using published data sources

  • @angelaskrabaka4623
    @angelaskrabaka4623 5 лет назад +3

    Dont know if you are still checking these comments, but I have an issue. For some reason I am getting a single point for each of my dates (years in this case) and not a bar sticking out. Any ideas?

  • @dindanurulfariza7354
    @dindanurulfariza7354 5 лет назад +1

    thank you! this is really helpful!. I have one question, how do you add the trip (km) label to the graph?

  • @AliciaMarkoe
    @AliciaMarkoe 3 года назад

    Thank you!

  • @jessicasojka7507
    @jessicasojka7507 2 года назад +1

    HI ! Will these always be the formulas to use for all radial charts?? Is this a standard?
    Thank you!

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

    Thank you SuperDataScience very helpful

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

    Great tutorial

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

    Thanks for this great video, do you know if I can sort the line based on their values?

  • @francisco5540
    @francisco5540 6 лет назад +2

    Nice tutorial
    I just have one question.
    how you link elements on the map, so that they can respond to the radial chart?
    best,

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

      Hi Francisco, you need to adjust Dashboard Actions as shown in the tutorial

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

    Videos are good but it would be nice if you could explain the calculated field formulae as well.

  • @dariashatilo6994
    @dariashatilo6994 6 лет назад

    Amazing job

  • @comodoroljm
    @comodoroljm 10 месяцев назад

    Great tutorial, but I have an issue and I don't understand how to solve it. When I follow all the steps, the lines appear as dots, and not as lines, it remains radial but with dots. Does anyone know why?

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

    It would be helpful if you included the formulas you copy and paste so that we can do that as well.

    • @ASMRHatov
      @ASMRHatov 3 года назад +1

      Calculations:
      Radial angle
      (INDEX() - 1) * (1/WINDOW_COUNT(COUNT([Radial Field]))) * 2 * PI()
      Radial Field
      Trip duration
      Radial Normalized Length
      [Radial Inner] + IIF(ATTR([Path Order]) = 0,0, sum([Radial Field])/WINDOW_MAX(sum([Radial Field])) * ([Radial Outer] - [Radial Inner]))
      Radial X
      [Radial Normalized Length] * COS([Radial Angle])
      Radial Y
      [Radial Normalized Length] * SIN([Radial Angle])
      Parameters:
      Radial Inner
      0.5
      Radial Outer
      1

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

    I would need the text to follow the circle outline by following the angles. Doesn't seem possible. If I don't have this option I can't really make the chart I want.

  • @hermandorfling4001
    @hermandorfling4001 6 лет назад

    Really useful tutorial. Thank you ! Question: How can I adjust this Radial Graph to look like a "Radial Lollipop Chart". I want to add a sizable dot on the outer edges of the bars.

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

      Hi Herman,
      Thanks for your inquiry.
      You can combine our Lollipop chart tutorial below with you radial chart to crate the desired effect:
      ruclips.net/video/l9G5lCL4obE/видео.html

  • @navid8276
    @navid8276 3 года назад +2

    Anyone that’s experienced in Tableau knows the hardest part of any viz is removing those border lines. It’s always a shot in the dark. 😂

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

    Nice! One question, do you know how to do a union on a extract from server?

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

      Hi Nikola,
      Please check this thread - community.tableau.com/ideas/7076

  • @alienboyx1984
    @alienboyx1984 6 лет назад

    I love this tutorial, I have one question tho, when you filter to a certain category, the lines re-align equally around the 360degrees. Is there anyway to filter, and yet have the lines hold their position around the circle, ie in an application of tracking events within an hour?

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

      Hi alienboyx1984, using the current approach you will need to fill the other "hours" with 0 values somehow. once you found the solution, please do share it!

  • @alexbaolinniu5792
    @alexbaolinniu5792 6 лет назад

    Really Amazing!!

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

    I used this demo to create my own Radial Chart. It works great! Except for when I add a filter to the view. The whole graph shifts to different axis measures. How can I fix it?

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

      Hi Hernan,
      Thanks for adding to this thread.
      Could you clarify the type of filter you are adding to this visual?

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

    Good Tutorial, I tried to implement it even though i did not understand the formulas... the reason why they are included, some how managed to create it though.. can someone please give me the explanation for each formula over there. TIA

    • @annxiao7721
      @annxiao7721 3 года назад

      me too, wish there were more explanation on the why

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

    Do you know how I can have 24 bins and the length of the bars to be observations within that hour? Basically a bar chart in a circle representing a clock.

  • @xs6819
    @xs6819 Год назад

    so blurry screen did you film this under water?

  • @frodo9172
    @frodo9172 2 года назад

    How to achieve this without duplicating data by union?

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

    can you tell us how to rotate it so january 1st is at 12 o'clock position? On the radial angle formula i just added like 1.7 and that kinda got me there, but is there a more exact way?

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

      Hi Tron,
      I'm glad you are experimenting with this visual. Your solution works well for this project.

    • @apaumichael954
      @apaumichael954 Год назад

      Hi Tron you can an float parameter as an adjuster

  • @irisyvettecesista5697
    @irisyvettecesista5697 6 лет назад

    Hi, I'm having a problem with my radial bar chart. I'm trying to plot different fossil species from four different localities. I wanna show the percentage of fossils per locality so there should be four categories however I cannot seem to plot them in bar charts; they end up as points in the graph.

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

      Hi Iris. It might be a good idea to ensure that the formulas are exactly the same as the ones used in the tutorial, as even a slight difference may cause an incorrect value which will distort the graph. Also, to ensure that you select a Line chart as chart type and include a Path variable in the file you are connecting to.

  • @lorenzobodrero7178
    @lorenzobodrero7178 6 лет назад

    Hi, I have a problem. It gives me an error here for the Radial Normalized Length:
    [Radial inner] + IIF(ATTR([Calculation1]) = 0, 0 SUM([Radial field])/WINDOW_MAX(sum([Radial field])) * ([Radial outer]-[Radial inner]))

    • @8BiSHOP6
      @8BiSHOP6 6 лет назад

      Hi Lorenzo,
      Please check the formula matches as below:
      [Radial Inner] + IIF(ATTR([Path Order]) = 0, 0, sum([Radial Field])/WINDOW_MAX(sum([Radial Field])) * ([Radial Outer]-[Radial Inner]))
      You can also download the workbook from the site below:
      www.superdatascience.com/yt-tableau-custom-charts-series/

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

    😎 Magic! 🙌🏼

  • @arifzainurrohman9220
    @arifzainurrohman9220 3 года назад

    Can you share the dataset ?

  • @Prp1815
    @Prp1815 6 лет назад

    Hi, thanks for your video! I did the graph with your dataset and it worked perfectly. However, then I tried with other data and I have a problem. Everything is fine until I choose the dimension to filter by colours. Then the circle disappears and I can only see three lines. I tried everything, even change the names of the cities from your dataset and it does not work anymore.
    I would really appreciate if you could help me.
    Thank you.

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

      Hi Paula. It is difficult to tell not having insight into what your data looks like, but my best guess will be that it might have to do with the data prep. Ensure that you union the dataset onto itself and create the "Path Order" variable. It is also important to be aware of what is being included in the the level of detail. We have used the date field (continuous day) and by including the city is also taken into account into the level of detail.

    • @Prp1815
      @Prp1815 6 лет назад +2

      Hi,
      It finally worked. I am gonna explain the solution here in case anyone else needs it.
      In the example the City field is geographical data. In my case, I had names of cars which is just text data. It did not work because I was having the names of cars as Dimension, just like in the example, but it should be Attribute (ATTR). Then it worked.
      Thanks :)

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

      Awesome, glad to know that you found a way to make it work!

    • @vivoncrawford754
      @vivoncrawford754 6 лет назад

      Hi Paula,
      Your explanation is very helpful--I had the same issue, and in my case, I had a column called "project names" instead of cars. But now, when I changed "project names" to an Attribute, it got rid of the color differentiation completely. The function changed all of the project names to *, do you have any suggestions to fix?

    • @Prp1815
      @Prp1815 6 лет назад

      Vivon Crawford Hi! It is not easy to say... according to my experience it can only work with one. It has to be either a dimension or an attribute. It should directly work with a dimension. Check your data type is text and not anything else. I am sorry I cannot be very helpful but if it doesn't work either as dimension or as attribute maybe it is something else :/

  • @kettu104
    @kettu104 6 лет назад

    guys, the length of the line doesn't correspond to the actual Trip Distance. There're almost same size bars with distinct values.

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

      Hi Monika. You will notice that for each of the different cities (colours), the line lengths are correctly proportioned - but not when all are combined. Using the method described in the tutorial, the line lengths are determined per City. If you remove City from the level of detail from your visualisation, you will see that the lines are drawn correctly proportioned taking all data into account.

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

      Hey, exactly, good point :)

  • @nikpase121
    @nikpase121 6 лет назад

    it says unknown function IFF called while setting the RADIAL_NORMALIZED_LENGTH

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

      Hi Nikhil. It is, in fact, the IIF function, not the IFF function.

    • @lorenzobodrero7178
      @lorenzobodrero7178 6 лет назад

      It gives me an error here for the Radial Normalized Length:
      [Radial inner] + IIF(ATTR([Calculation1]) = 0, 0 SUM([Radial field])/WINDOW_MAX(sum([Radial field])) * ([Radial outer]-[Radial inner]))

  • @chadaztig07
    @chadaztig07 6 лет назад

    Ok i was able to do the entire tut, but this seem look nice if you have a lot of rays/line. since the detail he used was the date each ray/line represent each day but if use like a category, i would only have a few line which makes a lot of spaces in between. i tried increasing the size of the line but it doesnt look good. thank you though. i hope you can also create tut something like these ruclips.net/video/R1TO7Pf0erY/видео.html

  • @AndrewJohnClive
    @AndrewJohnClive 6 лет назад

    Lukka!