Forum Discussion

Mike282's avatar
Mike282
Helper III
6 years ago
Solved

SQL Server Analysis Services as a Dataflow

Hi I'm trying to create a dataflow from SQL Server Analysis Services. I can connect to it fine as a dataset in Power BI Desktop, which I've got all the M script transformations stored. 

 

I then tried to copy the M script transformations into a "Blank Query" in dataflows, whilst selecting our on-premise gateway which we've setup.

 

Figure 1. Selected "Blank query" as a datasource.

 

Figure 2. Copied and pasted my M script data transformation from Desktop to the advanced find box in dataflow

 

It then asked me to enter my credentials, which I then chose the "windows" credentials and entered my domain/username with password and got a "Invalid credentials".

 

 

The thing is though, I tested this connection type on desktop using SQL Server Analysis Services as a dataset and the windows username and password and it worked fine.

 

Does Dataflows not support SQL Server Analysis Services as a datasource?

 

Kind regards,

Mike

  • Hi Mike282 ,

     

    From the article , we know that the Azure analysis Services instead of SQL Server Analysis Services connector is supported in dataflow.

     

    While your demand is a good idea, you can post your new idea in Idea Forum , to improve the Power BI.

     

    It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

     

    Best Regards,

    Amy

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

8 Replies

  • v-xicai's avatar
    v-xicai
    Community Support

    Hi Mike282 ,

     

    From the article , we know that the Azure analysis Services instead of SQL Server Analysis Services connector is supported in dataflow.

     

    While your demand is a good idea, you can post your new idea in Idea Forum , to improve the Power BI.

     

    It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

     

    Best Regards,

    Amy

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi Mike282 did you ever figure out a workaround for this issue?

    • Anonymous's avatar
      Anonymous
      Not applicable

      My workaround (which really only works if your data refresh cycle is infrequent) is to pull the on-prem AS data into an XL file stored on OneDrive and have your Dataflow use that as it's source.  It's a pain, because it's a two-step refresh.  If Dataflows could prompt an XL-online file to refresh and wait for it, then refresh against it, that would be handy. Maybe could do that with Power Automate, but I don't have the patience to figure it out.