[Tableau] 태블로 대시보드 꿀팁 모음.zip
태블로에서 대시보드를 만들때 알아두면 좋은 꿀팁을 알아보자 :)
한 워크시트에서 여러 항목을 차트로 배열하는 방법에 대해 알아보자 :)
index()
Sub-Category 를 올리고 index 를 마크의 텍스트에 올리면, Sub-Category 가 17개 인 것을 파악할 수 있음.Sub-Category 가 17개인 것을 파악했으므로, 4행X5열의 배열을 만드는 것이 적당하다고 판단.if index()%5 = 0 then 5 elseif index()%5 = 1 then 1 elseif index()%5 = 2 then 2 elseif index()%5 = 3 then 3 elseif index()%5 = 4 then 4 end
if index()<=5 then 1 elseif index()<=10 then 2 elseif index()<=15 then 3 elseif index()<=20 then 4 end
Column 과 Row 를 불연속형으로 바꾸기'Area'
'Doughnut'
[Chart Type] = ['Doughnut']
[Chart Type] = ['Area']
Column 과 Row 를 다음과 같이 변경해주기Order Date는 다음과 같이 선택해주기!Column 과 Row 를 다음과 같이 변경해주기T/F_Doughnut 를 올려주는 이유는, 대시보드 상에서T/F_Area 를 올려주는 이유는, 대시보드 상에서Icon_Doughnut 을 클릭했을 때, Doughnut 차트가 나타나는 효과!Icon_Area 을 클릭했을 때, Area 차트가 나타나는 효과!