Tableau — Hard In Tableau, what is the effect of placing a Measure on the ‘Size’ shelf versus using it in a calculated field to define bin sizes for a histogram? A Using a measure for histogram bins requires a TabPy connection; placing it on Size does not B Placing a measure on Size is only available for scatter plots; histogram bin sizing is available for all chart types C Both approaches produce identical histogram visualizations; the difference is only cosmetic D Placing a measure on Size encodes mark area proportionally to the measure value for visual comparison; using it to define histogram bins groups continuous data into discrete intervals for distribution analysis, which are fundamentally different analytical purposes Show explanation