Forum Discussion
DrBiDuro
10 years agoRegular Visitor
Remove columns in advanced wuery editor
Hi all, i am pretty new to power BI and I am encontering a lot of little questions all the time. For example, I have 2 data providers that come from URL (Web) to extract sales. The incomvenient i...
- 10 years ago
I don’t think there is such a command according to Table.RemoveColumns. You can try with another alternative, first transposed table and then remove first row, transposed table at last.
#"Transposed Table" = Table.Transpose(Table2_Table), #"Removed Top Rows" = Table.Skip(#"Transposed Table",1), #"Transposed Table1" = Table.Transpose(#"Removed Top Rows")
Best Regards,
Herbert
Anonymous
10 years agoNot applicable
I have the same problem too whit wuery :smileylol: