Power BI - Data Cleaning with Power Query
You wrote this Power Query M code:
The code returns an error. What is the likely cause?
let
Source = Table.FromRecords({[A=1,B=2],[A=3,B=4]}),
Transposed = Table.Transpose(Source)
in
TransposedThe code returns an error. What is the likely cause?
