Forum Discussion
Histogram from a measure table
Current solution for that (which is what I believe is causing the split of groups) is to add a column to the main table
however if I use that column as axis it groups the SKU by bin from main table (which is what I explained in the graphs on original post)
I can recreate this column by adding a calculated column which does the same as the BIAS but rounds down to 1 decimal, however I have no idea how to use this calculated column in the measure for the axis.
Hi LABORSAL ,
“I can recreate this column by adding a calculated column which does the same as the BIAS but rounds down to 1 decimal...”
Only methods like this are more effective.
"however I have no idea how to use this calculated column in the measure for the axis."
Measure cannot be added to the axis label, you can understand measure as a dynamic value, so you can only rebuild a calculated column.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.