Hi Nate,
Thank you for using Syncfusion products.
Currently we don’t have support for applying filter while drag and drop operation but you can apply Role-based filtering to OLAP components by specifying the appropriate role name designed for specific set of users in the SSAS Cube. You must specify the role name in the “Roles” attribute of the connection string. Kindly bind your connection string as below in the Web API controller,
Code snippet [C#]:
OlapDataManager olapDataManager = new OlapDataManager(@"Data Source=Server_Name; Roles=Role_Name; Initial Catalog=Catalog_Name;");
|
Please let us know if you want any further assistance.
Regards,
Manikandan M.