I'm very new to this and kind of confused as to how I should setup my project in Visual Studio (2022) and how to deploy UDFs and Stored Procedures to a SSAS instance.
I already have a solution with a SSAS data cube project. The cube is deployed and working properly. I also have a WinForms .Net project in the same solution. I managed to add, to the latter project, the reference letting me access the Microsoft.AnalysisServices.AdomdServer
namespace and have written a function that would filter a set using an expression.
So here it is: How do I deploy this function such that it will be available through an MDX Query on my cube?