I have written a stored procedure to format data and return them as a table with custom columns. In this sp, I use #temp table to do some formatting / calculations. Now our powerBI report writers want to access to this SP from Analysis service. For them our admin created SQL analysis service. PowerBI users connect to this and create the required reports. What I want to know is, whether it is possible to move a stored procedure from my SQL server to Analysis service? I am very new to Analysis service, so I don't know much.
Any help is greatly appreciated.