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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
In which case, do we normally get this type of error?
let
// Get list of files in SharePoint folder
Source = SharePoint.Contents("https://nokia.sharepoint.com/sites/xxxxx"),
// Get list of files in SharePoint folder
Documents = Source{[Name="Documents"]}[Content],
// Get list of files in SharePoint folder
#"Rollout" = Documents{[Name="Rollout"]}[Content],
// Get list of files in SharePoint folder
#"Daily Report" = #"Rollout"{[Name="Daily Report"]}[Content],
#"Removed Other Columns" = Table.SelectColumns(#"Daily Report",{"Content", "Name"}),
#"Sorted Rows" = Table.Sort(#"Removed Other Columns",{{"Name", Order.Descending}}),
#"Kept First Rows1" = Table.FirstN(#"Sorted Rows",1),
#"Added Custom" = Table.AddColumn(#"Kept First Rows1", "Custom", each Excel.Workbook([Content])),
#"5G Site Status 20250210_20250214_All xlsx1" = #"Added Custom"{[Name="5G Site Status 20250210_20250214_All.xlsx"]}[Custom]
in
#"5G Site Status 20250210_20250214_All xlsx1"
@Anonymous , I think expand of excel step or excel data has some problem
Have you used expand binary icon in the last step ?
Check if this can work
https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-use-onedrive-business-links
If I expand the error from Custom column, it looks like this.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 37 | |
| 33 | |
| 29 | |
| 26 |
| User | Count |
|---|---|
| 134 | |
| 104 | |
| 63 | |
| 60 | |
| 55 |