Forum Discussion
Export to Excel - UTF-8
Update - it seems currently the problem is solved. I am able to export data with cyrillic and to open them directly in Excel.
Three weeks ago, something was changed in csv file. Now line with "sep=," is deleted when enything is exported from Power BI. This mean that the file can't be open in Excel. It is always opening as a text not divided into column. User have to import data from text to Excel which is very annoying. How to change it that Excel will open the file as was before change?
- SandySan2110 years agoNew Member
I believe 'sep=' instruction was removed because it will make Excel to ignore the Byte Order Mark which breaks many scenarios.
For your situation, you could workaround the issue by changing separator in windows control panel
- Click the Windows Start menu.
- Click Control Panel.
- Open the Regional and Language Options dialog box.
- Click the Regional Options Tab.
- Click Customize / Additional settings (Win10).
- Type a new separator (use comma) in the List separator box.
- Click OK twice.
- SandySan2110 years agoNew Member
I think sep= is removed because it cause Excel to ignore BOM in the file which caused other issues.
For your scenario, you can change the list separator in Window.
- Click the Windows Start menu.
- Click Control Panel.
- Open the Regional and Language Options dialog box.
- Click the Regional Options Tab.
- Click Customize / Additional settings (Win10).
- Type a new separator (comma) in the List separator box.
- Click OK twice.