I am trying to delete particular data in my SSAS database, e.g I have data for one month and I want to delete data for one day only within this month, how can I do it using MDX query or c#?
Note: I want to delete the day data from the database and not retrieve the data of the month without this day.