You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The histogram feature does not seem to work for dimensions and non-aggregated measures. When I try, I receive a custom visualization error. It would be pretty useful if it worked for dimensions as that's the most common use case by far.
The text was updated successfully, but these errors were encountered:
It may not cover all basis, but if you create a "Calculated Field" and in the formula use your desired Dimension AND a measurement, the new field will also be taken as a measurement.
For example, let's say you have a Dimension called "open_days" and a measurement (or aggregated) field "count_of_customers", then create a new Table Calculation and in the formula, have something like:
${open_days} + ${count_of_customers}*0
The "*0" will make it have no effect on the number of open days, so you end with "open_days" as a measurement and the histogram now sees it.
The histogram feature does not seem to work for dimensions and non-aggregated measures. When I try, I receive a custom visualization error. It would be pretty useful if it worked for dimensions as that's the most common use case by far.
The text was updated successfully, but these errors were encountered: