Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
volyn
Frequent Visitor

R script dataset has wrong codepage

Hello,

 

I am creating new dataset "languages" with R script, loading data from SAV file

 

library(foreign)

languages <- read.spss("C:\\data.sav", to.data.frame = TRUE, use.value.labels = TRUE)

 

If I execute it in R-studio I receive data with correct characters, but in POWER BI desktop is everything crippled, I used also optional parameter reencode to choose different codepage but nothing has changed in POWER BI desktop

 

Thanks for help

1 ACCEPTED SOLUTION

you may need to convert to ANSI first, or specify the code page during read.spss

View solution in original post

3 REPLIES 3
lbendlin
Super User
Super User

What's the native encoding of the .sav file, 65001?

Hello yes, 65001

you may need to convert to ANSI first, or specify the code page during read.spss

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.