Hello All,
I started a discussion on this yesterday but for some reason I get an error when trying to respond to it Starting a new one and also attaching a workbook with sample data.
It seems that the Donut chart breaks when using a calculation as the measure. When I use just # of Records, it is perfectly fine.
The workbook shows two tabs, first tab showing the chart with no errors using # of Records and the second showing the chart with error using a calculation as the measure.
Thank you!
Hi Jeniffer,
Not sure but checked your calc Active HC. When you add OR [Pay Status]="TER" the percentage displayed are in lign.
IF ([Pay Status]="A" OR [Pay Status]="L" OR [Pay Status]="P" OR [Pay Status]="S" OR [Pay Status]="TER" ) THEN 1 ELSE 0 END
Regards,
Norbert