Forum Discussion
smpa01
5 years agoCommunity Champion
dataflow refresh error -Error: AnalysisServices: The connection either timed out or was lost
Hi,
I have a dataflow for SSAS table and I keep on getting the following refresh error
Error: Data Source Error : DataSource.Error: AnalysisServices: The connection either timed out or was lost. DataSourceKind = AnalysisServices DataSourcePath = powerbi://api.powerbi.com/v1.0/myorg/workspace;Ledger
Sample DF
let
X = AnalysisServices.Database("powerbi://api.powerbi.com/v1.0/myorg/Workspace", "Ledger", [Query="EVALUATE .....", Implementation="2.0"])
in
X
Does anyone know why it keeps on happening and how to prevent this?
Thank you in advance
6 Replies
- GilbertQSuper User
Could you make sure that the XMLA end point is enabled?
- smpa01Community Champion
Jellbrae this error occured few times. I felt helpless when it happeed. But it eventually went away with enough praying ๐and refreshing the dataflow agian and again.
On a serious note, I could not find a concrete way to deal with it.
I am not sure if it is anything to do with with balancing the load of the analysis sever.