When both the table to be filtered and the filter expression are inside the parentheses, it’s difficult to tell where one stops and the other starts.
Filter([Table to filter], [Column 1] = [Some Value])
Separating the two with dot notation makes it easier to separate and focus on either one individually. [Table to filter].Filter([Column 1] = [Some Value])