Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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
User | Count |
---|---|
117 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |