Forum Discussion
MadhuKumar
Helper II
3 years agoPower 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
Super User
3 years agoHi MadhuKumar
Download example PBIX file with tables and code
Add a step for the Table2 query :
= Table.ReorderColumns(Source,Table.ColumnNames(Table1))
regards
Phil