Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
I'm trying to create a function that makes changes to tables before expanding. The starting point is as below a column of tables.
My function at present takes a table and promotes headers.
It kind of works as intended but not getting the correct result
Each table in column c2 has another table and the table contained does not have promoted headers. Not sure where my syntax is incorrect.
Any help would be appreciated.
Solved! Go to Solution.
Hi @Hannisky ,
It looks like you should be invoking your function in a TransformColumns function, something like this:
Table.TransformColumns(Source, {"c1", each fnHeaders(_)})
Pete
Proud to be a Datanaut!
Hi @Hannisky ,
It looks like you should be invoking your function in a TransformColumns function, something like this:
Table.TransformColumns(Source, {"c1", each fnHeaders(_)})
Pete
Proud to be a Datanaut!
Perfect. Thank you
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
32 | |
31 | |
20 | |
15 | |
12 |
User | Count |
---|---|
18 | |
16 | |
16 | |
9 | |
9 |