Currently, for every join, columns that were added at a later moment to one of the sub/right tables are automatically joined into all joins where this table is used. In most cases this is not desired.
Proposed feature should work by either turning off automatic addition of new columns to joins completely, or by offering a setting to toggle the automatic addition of columns (preferred).
Proposed feature would improve time efficiency and report clarity by preventing unnecessary columns from being added during joins. Users, especially those working with large reports, would benefit significantly as it would reduce processing time and ensure reports remain comprehensible.