Arrange imported columns after calculated columns in PowerBI

Viewed 14

Is there a way to move imported columns after calculated columns? I know I can create a new table by using Selectcolumns, but that'll just balloon the size of the PowerBI data file. Seems like such a miss on Microsoft's part

2 Answers

No there is no way to. I would avoid calculated columns and instead create the additional columns in Power Query which will eliminate your problem anyway.

  1. Simply start all calculated columns with an underscore (judging by your username, you seem to be fond of unnecessary underscores)

  2. Another option would be to put imported and calculated columns into different Display folders (such a miss on user's part)

Related