reporting services - sharepoint keywords not supported 'cube' -


was creating report data source in sharepoint powerpivot site. below connection string , error when try test connection

data source = sp13; initial catalog = multidimensionalproject1; cube = 'internet sales'

i try

data source = sp13; initial catalog = multidimensionalproject1**-ee**; cube = 'internet sales'

and error

keyword not supported: 'cube'

make sure set data source type microsoft sql server analysis services.


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -