How to copy data from Power BI dataset to SSMS database Engine

2023-07-14T13:35:47.4666667+00:00

Dear All,

I wonder how I can copy data from PBI dataset to Database Engine (SSMS)?

I could connect to PBI dataset and I can see table content (with Evaluate) but I need to create an automation or a view in a database engine which drags the data from PBI dataset.

Can you please help me?

Thanks in advance

Peter

User's image

SQL Server Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2023-07-17T03:10:03.8766667+00:00

    Hi @Lancz, Peter (Nokia - HU/Budapest)

    What do you mean of creating an automation or a view?

    Could you give a sample for us? Do you mean the view in sql server?

    Regards,

    Zoe Hui


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

    0 comments No comments

  2. Olaf Helper 47,436 Reputation points
    2023-07-17T06:00:16.8333333+00:00

    but I need to create an automation or a view in a database engine which drags the data from PBI dataset.

    SSMS is just a management tool for MS SQL Server.

    A relational database stored data in tables = 2-dimensional, while PowerBI is OLAP = n-dimensional; something very different, you can not copy data 1:1 between.

    0 comments No comments

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.