Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey everyone-
Been trying to build out a pie chart which includes labeling for the values and the "category" itself. I know the methodology: create seperate expressions for the %, count/sum, and then for the categoyr label.
The problem that I've run into is what to do about "Others?" In my chart, it comes up as blank:
Notice that nothing shows up for "Other." Not even percentages, count, let alone the label. What can I do to get these values into the pie chart for "Others?"
Did you try the 'Label for Other Slice' in the Presentation tab?
Hi,
You can use Suppress When the Value is Null in the Dimension Tab, if you dont want that to be represented Else you can use a calculated dimension as If(Isnull(FieldName),'Others',FieldName).
Hope this helps..
Regards