Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello Everyone,
I have a table containing X list rows.
My goal is the following:
For each list in my table of lists =>
1. Convert each list to a table
2. After converting the current iteration's list to a table, expand that table.
3. After expanding the current row, unpivot it.
Next
I begin here with my table of lists after some initial manipulation
I created a custom function to create a table in each row, and it worked well enough
My thought is that a second custom function could handle processing the expansion and unpivoting of each table, but I'm at a loss for how to proceed. Can any M gurus provide any insight? The goal is to effectively append each of these tables to one another, but only after the previously mentioned manipulations. This is EDGAR data, which is far from easy to work with in my experience.