I have attached the R code and it is working absolutely fine in R Gui. But when I imported it into Power BI, it is not working. Please help me with this. x<-c(0.5,1.5,2.5,3.5,4.5,5.5,6.5,7.5,8.5,9....
tejasnd
9 years agoFrequent Visitor
I have just figured out that there is NaN issue because of log function. And denominator becomes zero. InR the data is not rounding up but in powerBI it is rounding upto some decimal places.
Please tell me how to use the exact value without any change/round-up in powerBI. Or 5 decimal places will be sufficient.