❓ Have you ever wanted nulls in Tableau histogram bins on the right? The default is on the left. In my use case, that didn't make sense. I am showing the count of days of delay between two events. So time increases to the right. To me, it makes sense for the events that never completed (null) to appear on the far right - beyond the longest delay for something that actually happened, not before the earliest events. One way to do this is to: ✔️Create a calculated field converting that null to a value greater than your biggest bin. Like: IFNULL([Days Delayed],99) ✔️Make that a discrete dimension ✔️Put it to the left of your bin pill so it sorts first ✔️Un-show headers ✔️Clean up formatting (like alias the null to "Never") You can see the progression in the workbook link in the comments: 🏗→🧠 Build to Learn! 💭🚶♀️🚶♂️ Follow for more. #tableau #data #analytics #VizoftheRay
Indeed, placing nulls on the far right of Tableau histogram bins can enhance clarity and interpretation. 📊 Ray Givler
Very informative though I have one doubt if we increase bin size then we should change the calculation to max value Can we make it dynamic?
📈 Data → Decisions✔ | Balancing Design and Pragmatism in Tableau | 2024 Tableau Social Ambassador
7mohttps://public.tableau.com/app/profile/ray3296/viz/NullBinonRight/DaysBinClean