A missing indexes report is not directly but is included as part of an Advisory in SQL PI. The reasoning was that a missing index recommendation is given when an index is compiled, but SQL Server does not know if this is going to be run a lot. Simply indicating blindly that an index is missing may lead users to add indexes that are not useful.
Top Missing Indexes list is included as Table 2 in the Excessive I/O Wait advisory in SQL PI.
