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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Dear friends - help me bypass some manual work
I have data source (I can't change) containing tables (actually sheet but can treat as Excel
Thei contain several tables, where header contains in two (2) rows so I need to combine 2 rows into one, bes when I can to concat them. So I'm looking something like
Reocord.ConcatByMember({table{0},table{1}})
Name, Address, Salary, Salary, Slary
null, null, 2020, 2021, 2022
->
Name, Address, Salary 2020, Salary 2021, Salary 2022
PS! Actual number of columns is much biger but somekind ligic is similar
Solved! Go to Solution.
Hi,
transpose your table
then merge the columns
then transpose again and promote the headers
Hope that works!
Hi,
transpose your table
then merge the columns
then transpose again and promote the headers
Hope that works!
Great!
TUhat tänu!
Many (100) thänks!
Grazie mille!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.