SSAS Tabular Data Sources and Deploying

Computer Mike 86 Reputation points
2020-10-27T16:20:31.51+00:00

Hi Looking for any info...

I am using VS 2019 to create a tabular model in a Development domain. I am deploying to a "Test" domain by handing off my files from the BIN folder (after a build) to the dba. Not sure what method this is technically.

My data source is Oracle and I am writing sql queries to act as dims and facts tables.

First, What is the best way to connect to Oracle using sql queries? I right click data sources and I can only see tables. Where can I enter my query? I didn't see blank query in my data sources. Can I update the name? Why is the name greyed out? Looking for the best methodology.

Second, I need a methodology for deploying to Prod. How can I update my tables to use a different data source? Can I script a data source and run in Visual Studio? I thought this was in configurations... but having trouble finding.

Thanks guys! I know I asked allot of questions any help or links appreciated.

Mike

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,278 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Computer Mike 86 Reputation points
    2020-10-27T20:08:21.017+00:00

    Really Id just like to know if you can edit or change a data source name

    0 comments No comments

  2. 21986829 481 Reputation points
    2020-10-27T22:00:14.617+00:00

    You can select one table, then click Transform Data... When you get into Power Query Editor, use the Query menu to create a Blank Query ![35523-image.png][1] [1]: /api/attachments/35523-image.png?platform=QnA

    0 comments No comments

  3. Lukas Yu -MSFT 5,821 Reputation points
    2020-10-28T06:32:54.173+00:00

    Hi,

    Did you mean table name or datasource name?
    If it is table name , you could change it here 35643-image.png
    Or in the query editor , when you click transform data.

    Second, I need a methodology for deploying to Prod. How can I update my tables to use a different data source?

    For this you could click the table property for datasource, change it in the editor .(It uses M query to run)
    See example:35559-image.png

    You could google M query, your most request could be met by modifying the M.

    Regards,
    Lukas


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.