any ideas about making page size dynamic for if not all 3? re naming i took the first 3 Source ; List.Transform( List.Split( List.Combine( Table.ToRows( Source )), 3 ), (A)=> Table.FromRows( {A}, List.FirstN( Table.ColumnNames( Source),3) ))
Without a column name identifier and without a consistent number of columns it would be difficult to build the logic that would be guaranteed to work in all scenarios
@@AccessAnalytic true. I had a system that had an export to Excel option.... It exported the file as XML which I'm pretty sure the average user has no idea what to do with and what's more it warned you that it might be a dangerous file.
Awesome video Wyn!
Cheers Giles
Lists are the secret weapons of PQ-M! 🙂
Here is another excellent Wyn List presentation.
Cheers !
You’ve got a great teaching style, Wynn. Easy to listen to and follow.
Thank you. I appreciate the kind comment.
Thanks, Wyn. I'm starting to edit my M code rather than using built-in steps, thank to your guidance. Lots of functions to remember!
That’s definitely the big challenge when you’re not using it all the time
A pragmatic solution! Thanks a lot Wyn!! ☺
No worries. You’re welcome.
Really simple explained! Thank you also fot the Shift + shortcuts, had no idea about them :)
You’re welcome. Thanks
Excellent! 💚
Super! Thanks Wyn and look forward to more videos like this 👍
Cheers
Thanks Wyn, very useful!
No worries
Before that we use index function this is awesome !!
We did indeed!
Excellent! Thank you!
You’re welcome.
Wyn, this is great!
Cheers
Really cool. Thanks for sharing this
You’re welcome
simply awesome speciall the shortcut
Cheers 😀
I don't have word just ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Hah! Yeah this is a great technique suggested by fellow commenters . 💙DataCommunity
That’s amazing!
Thanks for letting us know
Briliant
Cool!
any ideas about making page size dynamic for if not all 3? re naming i took the first 3 Source ;
List.Transform( List.Split(
List.Combine( Table.ToRows( Source )), 3 ), (A)=>
Table.FromRows( {A}, List.FirstN( Table.ColumnNames( Source),3) ))
Without a column name identifier and without a consistent number of columns it would be difficult to build the logic that would be guaranteed to work in all scenarios
Definitely some great functions, but what's scary is that something like that is needed (ie lots of really badly setup spreadsheets everywhere).
Sadly it’s normally the fault of the central system export design. Far too often export to Excel or CSV generates this sort of nonsense.
@@AccessAnalytic true. I had a system that had an export to Excel option.... It exported the file as XML which I'm pretty sure the average user has no idea what to do with and what's more it warned you that it might be a dangerous file.
awesome
Cheers