Skip to main content
Microsoft Idea

Power BI

Needs Votes

IDataReader interface exception: REFRESH PROBLEMS WITH SHAREPOINT FILES (only in Power BI service)

Vote (1) Share
Aymen HAMROUNI's profile image

Aymen HAMROUNI on 07 Aug 2020 12:51:13

After a refresh problem on the Power Bi service side resolved by replacing the M code with the below commands:

intial M code: #"CSV_DATA" = #"Filtered Rows"{[Name="******.csv"]}[Content],
final M code: #"CSV_DATA" = Binary.Buffer(#"Filtered Rows"{[Name=*******.csv"]}[Content]),

we want this code to be integrated into the M code without having to be obliged to modify it manually each time.