Forum Discussion
PBI Destop Connect To SSAS Cube Problem
- 1 year ago
You need to distinguish between
- a true SSAS cube on premise
- a true SSAS cube in Azure
- a Power BI Semantic Model
(and maybe a SSAS Tabular if you dabbled in that).
They all need different authentication methods, and prefer slightly different techniques. OLAP cubes talk MDX natively, SSAS Tabular talk DAX natively.
Connecting to a cube in order to extract data from it is technically possible but it very much negates the primary benefit of a cube.
Note: Once you specified a credential type it will be cached in Power BI Desktop. If you chose the wrong type then that will "stick" until you clear the permissions for that connection.
You need to distinguish between
- a true SSAS cube on premise
- a true SSAS cube in Azure
- a Power BI Semantic Model
(and maybe a SSAS Tabular if you dabbled in that).
They all need different authentication methods, and prefer slightly different techniques. OLAP cubes talk MDX natively, SSAS Tabular talk DAX natively.
Connecting to a cube in order to extract data from it is technically possible but it very much negates the primary benefit of a cube.
Note: Once you specified a credential type it will be cached in Power BI Desktop. If you chose the wrong type then that will "stick" until you clear the permissions for that connection.
- RCL10061 year agoRegular Visitor
I change to use SQL authentication than it's OK.
So maybe soemthing wrong with my AD setting, thanks you anyway.