I see that Report Models can no longer be built in SQL 2012, I have read that we should use analysis services/powerpivot as a replacement. This is fine for pivot reports but most of my models are not pivoted data, users use them to view non aggregated data which means SSAS/Ppivot is not suitable, so what would is a suitable replacement for the models which are created and used in this way?
*edit* after playing around with the tools I think my migration path will be to replace the models with views. Thoughts welcome.