I have a SQL Database on Azure and I want to share some information with two friends. And so I've created 3 VIEWS with that info.
The idea is to develop an easy solution to share a dashboard.
I was thinking to:
- Make a powerpivot with that 3 VIEWs
- Host the powerpivot on azure (trying to schedule the refresh)
- Develop a .xlxs with a connection string pointing to my powerpivot on azure
But the problem is.. I think that is not possible to host my powerpivot on azure and be able to schedule the refresh.
Any sugestions?