Forum Discussion
Report refresh showing 'NaN' and 'Infinity' values.
- 6 years ago
I analysed the dataset and found out where the problem was occuring.
I have a used a SharePoint list as a datasource, which contains a cloumn "TRUE/FALSE". This coulmn is getting loaded differently in Service. I had used a code snippet which involved a comparison function involving "TRUE". When this condition is evaluated in Service, the value returns a 0.
<Message deleted>
Hi DevadathanK
Could you plz kindly share your formula involved?
You might make a slight change on that with something like:
Average= IF(ISERROR([Avarage_year_To_Date])=TRUE,0,[Avarage_year_To_Date])
Also, please make the measure was set as a percentage in the desktop:
I analysed the dataset and found out where the problem was occuring.
I have a used a SharePoint list as a datasource, which contains a cloumn "TRUE/FALSE". This coulmn is getting loaded differently in Service. I had used a code snippet which involved a comparison function involving "TRUE". When this condition is evaluated in Service, the value returns a 0.
<Message deleted>