When I publish a powerview workbook and when I publish a powerpivot workbook. they are both opened by xlsviewer.aspx {which I know is a part of Excel Services}
But its pretty clear that these two are internally doing very different things.
I believe that when I open a PowerPivot workbook, it uses Powerpivot service app and Excel Calculation service ... which finally use SQL Server Analysis Services (SharePoint) to load and render the workbook.
From what I know is that if I create a powerview report by using a SQL data connection .. then unlike PowerPivot .. it does not store the actual data inside of workbook. Therefore this whole powerpivot + Excel Cal Service + SSAS runtime will not be required for rendering a PowerView workbook.
So how is that rendered... what services are used to render the powerview workbook?
Please please give me some documentation which clearly explains the "server side" relationship between
1. PowerPivot System Service
2. Excel Calculation Service
3. SSRS Service
4. SQL Server Analysis Services (for SharePoint).
and these are used inside the environment.
val it: unit=()