Forum Discussion
MadhuKumar
3 years agoHelper II
Power BI Union issue
Hi Team, I have reorder the columns in the report don't want to use DAX because i have many columns in the each table so i just want to make the report automated.I want to reorder the columns as ...
- 3 years ago
Hi MadhuKumar
Download example PBIX file with tables and code
Add a step for the Table2 query :
= Table.ReorderColumns(Source,Table.ColumnNames(Table1))regards
Phil
PhilipTreacy
3 years agoSuper User
Hi MadhuKumar
Download example PBIX file with tables and code
Add a step for the Table2 query :
= Table.ReorderColumns(Source,Table.ColumnNames(Table1))
regards
Phil