Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Dear all,
I have a table with a lot of culumns, and I want to combine them in a dymamic way.
I am using then the following instructions:
Solved! Go to Solution.
Helper_Source1 = Table.AddColumn (
Total_Sales_DOLLARS_New_Name_Source1,
"Helper_Source1",
each Text.Combine(
List.Transform(HeaderDifference_Source1, (fn) => Record.Field(_, fn)),
""
)
)
Helper_Source1 = Table.AddColumn (
Total_Sales_DOLLARS_New_Name_Source1,
"Helper_Source1",
each Text.Combine(
List.Transform(HeaderDifference_Source1, (fn) => Record.Field(_, fn)),
""
)
)
Perfect. Many thanks.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 19 | |
| 9 | |
| 8 | |
| 7 | |
| 6 |