Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I have a simple pie chart that keeps telling me the following error message when displayed: The data set contains negative or zero values that cannot be shown in this chart:
The expression I am using is Count({$<[Project Type]={"Pre-Construction"}>}[CRM Number])
I have checked that "CRM Number" field is populated and not negative. Same with "Project Type" ?
Not sure what else to check ? Can anyone shed any light where I am going wrong ?
Thanks !
Neale
Try this
=fabs(Count({$<[Project Type]={"Pre-Construction"}>}[CRM Number]))
Hi Neale,
For the dimension on the pie chart your using, it could be that your expression is leading to zero values.
Try converting the chart to a simple table to check the values your getting.
Felipe.
Have tried that and still get same error
But thanks Thanks Aaron.
I'm having the same problem
Try the below option in the pie chart.
In the Properties pane for the Pie Chart, under the dimension used - set the Limitation = Exact Value and use >0
Regards,
Deepak
I wasn't the OP so I can't mark your answer as the solution but it solved this exact query for me. Thanks so much Deepak. 👍