Additional SQL Server features and topics not covered by specific categories
High CXPACKET isn't necessarily a problem, it just show you that you have parallelism. Which I assume that you want, considering it is a DW. If you can't tune the queries, then just accept that something need to be at the top of the list and in this SQL Server CXPACKET is the top one.
You can of course change MAXDOP and see how things plays out. We can't say that, since we don't have access to your database and your queries. It is possible that some queries will be faster by having access to more CPUs. OTOH other stuff running at the same time might suffer. Only way to tell is to test.