The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I need to export a column in text format.
The column is something like this:
A,B ,C ,4.1, 4.2
If I export is CSV with power bi desktop and I open the CSV in excel type I have this format
A, B, C, 41, 42
In particular, 4.1 of csv become 41 in excel, how can I do?
Thanks
Solved! Go to Solution.
Hello @Giada90,
Can you please try this:
1. Transform the Column to Text
FormattedColumn = FORMAT('YourTableName'[YourColumnName], "0.0")
2. Add a Prefix to Force Text Interpretation in Excel
ExportColumn = "'" & FORMAT('YourTableName'[YourColumnName], "0.0")
Hope this helps.
Hello @Giada90,
Can you please try this:
1. Transform the Column to Text
FormattedColumn = FORMAT('YourTableName'[YourColumnName], "0.0")
2. Add a Prefix to Force Text Interpretation in Excel
ExportColumn = "'" & FORMAT('YourTableName'[YourColumnName], "0.0")
Hope this helps.
thanks
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
116 | |
81 | |
81 | |
48 | |
41 |
User | Count |
---|---|
149 | |
110 | |
66 | |
64 | |
56 |