Forum Discussion
Adjusting PowerBI Desktop layout
- 5 years ago
There is a visual clue for calculated columns: they all have an icon by the name of the field:
Nevertheless, to keep things tidier, I would suggest:
1) As has been suggested for your measures, create measure tables to group the measures by categories (if necessary)
2) For calculated columns, create folders within each table to host the calculated columns. Label the folder accordingly - if you add a "1" at the start of the folder name, the folder itself will appear at the top of the list within the table.
To create a folder within a table, go to the modeling view and select the calculated column. Under properties, enter a name for the folder in "Display Folder". The folder will be created with the calculated column within:
Once the folder is created, you can add more fields by selecting and dragging into the folder:
When you go back to the field view, you will see the folder hosting the fields you have included, which you can collapse if need be:
Thank you for that suggestion, ill look that up.
But that only 'solves' half my question.
How about the visual distinction between calculated and non calculated columns?
decarsul , as to calculated column, I'd like to call it "legacy of Excel"; I personally avoid creating it whenever possible considering Power BI runs on in-memory columnar database. Superfluous calculated columns comsume pretty much memory.
It seems most users don't distinguish calculated columns from native ones in a particular way.