Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
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
Solved! Go to Solution.
you may need to convert to ANSI first, or specify the code page during read.spss
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!