Power BI - Data Cleaning with Power Query
You run this M code:
and get an error. What is the most probable reason?
let
Source = Table.FromRows({{"ID", "Value"}, {null, 100}}),
Promoted = Table.PromoteHeaders(Source, [PromoteAllScalars=false])
in
Promotedand get an error. What is the most probable reason?
