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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I want to transform a .CSV file to .XLSX
with the formula (after adding a column, the normal procedure):
Csv.Document [Content]
and I get the following error:
Expression.Error: Sorry ... We were unable to apply field access to type Function.
Details:
Value = [Function]
Key = Content
My .csv file is very simple:
Sent, "3649"
Sent, "3649"
Opened, "928"
Unique Clicks, "122"
Total Clicks, "155"
Unsubscribed, "0"
Bounced, "43"
Complained, "0"
Shared, "0"
Conversion, "0"
Amount conversion, "0"
I do not understand the error! What do you think?
Philippe
Solved! Go to Solution.
Sorry! my error, I missed parentesis...
correct formula is
Csv.Document ([Content])
not
Csv.Document[Content]
Sorry! my error, I missed parentesis...
correct formula is
Csv.Document ([Content])
not
Csv.Document[Content]