johnny51981
Active Member
- Joined
- Jun 8, 2015
- Messages
- 406
Hello:
I have found this query, which works perfectly at giving me the ability to look at all of the queries currently built.
Does anyone know how to update the convertTable step to also use headers as first row, and then delete everything but that first row?
The queries that I have built are linked to different Smartsheets and I'm trying to verify if each sheet is built the same.
I have found this query, which works perfectly at giving me the ability to look at all of the queries currently built.
Power Query:
let
Source = #sections,
Section1 = Source[Section1],
convertTable = Record.ToTable(Section1)
in
convertTable
Does anyone know how to update the convertTable step to also use headers as first row, and then delete everything but that first row?
The queries that I have built are linked to different Smartsheets and I'm trying to verify if each sheet is built the same.