Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reading from SSAS Tabular 2012 source

Hi,

I need if it is possible for Qlikview to read data from a Microsoft SSAS Tabular data model.

Thanks

2 Replies
Ralf-Narfeldt
Employee
Employee

It should be possible using the MSOLAP driver over OLE DB.

Not applicable
Author

Hi Ralf, I can use the MSOLAP driver over OLE DB. I've tried with success to read a Tabular table by using a DAX query, but I need to read the tabular model with the Direct Discovery feature in order to maintain the logics of the Tabular measures without writing them in QV. Do you know the correct syntax for the Direct statement in order to read a SSAS Tabular model?

I've tried to use DIRECT QUERY evaluate(ORDERS) but unsuccessfully. The evaluate statement is useful to read the Orders table in DAX query Language.

Can you help me, please? Many thanks