Hey guys I am trying to use log to transform one of my variables. I have done this in R previoulsy:
m5$logv1 <- log(m5$v1)
Any suggestions re: how I can accomplish this ? I thought I could do it directly using R script through the Query Editor but It doesn't recognize m5 as my object name.
Caution- very new to power bi.
Thanks!