Power BI - Data Cleaning with Power Query
You wrote this M code:
But the headers did not change. What is the likely cause?
let
Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content],
Promoted = Table.PromoteHeaders(Source, [PromoteAllScalars=true])
in
PromotedBut the headers did not change. What is the likely cause?
