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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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]
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!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 7 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 14 | |
| 11 | |
| 10 | |
| 9 |