Forum Discussion

Sebas2905's avatar
Sebas2905
Frequent Visitor
6 years ago
Solved

Error using R script transforming data

Hi    I want to use R in Power Query to create a HMAC-SHA1 signature in Power Query. The R-Script I want to run is the following: library(httr) key <- "Key" string <- "String" signature <- sh...
  • v-juanli-msft's avatar
    6 years ago

    Hi Sebas2905 

    Check if changing dataset$column1 to as.character(dataset$column1) would work.

     

     

    Best Regards
    Maggie
    Community Support Team _ Maggie Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.