SSRS – Cannot Create Subscription for Report Using SSAS as Data Source

sql-server-2012ssasssrs

My questions is : how should I config SSRS subscription a report, which consumes SSAS datasource.
I already googled and lookup stackoverflow a lot and still couldn't make it work.

Problems:
I developed and deployed a SSRS report to the server, and next I need to make subscription for that report to send emails.

And the report is using SSAS as datasource.
I learnt that SSAS required to use windows credentials and I already setup
the datasource .
Datasource tested
However, when I attempted to click [New subscription], it alerts:
enter image description here

Best Answer

I have blogged about this exact issue. The workaround/solution involves expression-based connection strings which can be a bit painful. But I have prototyped a tool to automate the setup of those connection strings after deployment:

Using EffectiveUserName To Impersonate in SSAS