Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ABerndt
New Member

Newbie Question - Get Data from SQL Server

I am new to BI (and to the company I am now working at), but not new to SQL Server.  I'd like to start using BI to recreate many of my reports that were previously in Crystal and Excel.  I've connected to my SQL Server and loaded the table I want to work with.  I have a series of columns that are calculations of the existing database columns.  When I add these columns to my BI file, is there any way that the data would be written back to the SQL Server database?  I do not want that to happen.  I apologize in advance for my "newbie" question but I don't want to mess up any of the database tables while I teach myself BI.

1 ACCEPTED SOLUTION
Eric_Zhang
Employee
Employee


@ABerndt wrote:

I am new to BI (and to the company I am now working at), but not new to SQL Server.  I'd like to start using BI to recreate many of my reports that were previously in Crystal and Excel.  I've connected to my SQL Server and loaded the table I want to work with.  I have a series of columns that are calculations of the existing database columns.  When I add these columns to my BI file, is there any way that the data would be written back to the SQL Server database?  I do not want that to happen.  I apologize in advance for my "newbie" question but I don't want to mess up any of the database tables while I teach myself BI.


You never have to worry about "writing back" tp SQL Server. You'll find that Power BI underlying sends "SELECT" statements to your database, when monitoring from SQL Server profiler. Not yet have a completed test, for more ensurance, but I do believe that a SQL Server login(user/pwd) with read-only pression is suffient when connecting to SQL Server.

View solution in original post

7 REPLIES 7
Eric_Zhang
Employee
Employee


@ABerndt wrote:

I am new to BI (and to the company I am now working at), but not new to SQL Server.  I'd like to start using BI to recreate many of my reports that were previously in Crystal and Excel.  I've connected to my SQL Server and loaded the table I want to work with.  I have a series of columns that are calculations of the existing database columns.  When I add these columns to my BI file, is there any way that the data would be written back to the SQL Server database?  I do not want that to happen.  I apologize in advance for my "newbie" question but I don't want to mess up any of the database tables while I teach myself BI.


You never have to worry about "writing back" tp SQL Server. You'll find that Power BI underlying sends "SELECT" statements to your database, when monitoring from SQL Server profiler. Not yet have a completed test, for more ensurance, but I do believe that a SQL Server login(user/pwd) with read-only pression is suffient when connecting to SQL Server.

Thank you for the explanation!  I appreciate it.

dexterz
Helper II
Helper II

you use sql server,best way is create model in sql server analysis services tabular

CahabaData
Memorable Member
Memorable Member

You are probably better establishing Views in SQL Server and linking PBI to them - rather than tables.  This way you can better manage the data volume involved both in column count and row count.

 

 

www.CahabaData.com

That is a very good suggestion.  I will try to utilize views more.  I appreciate your help.

Anonymous
Not applicable

Nope, you are fine.   writing back to SQL would be awesome in some cases, but it is super not supported.... so no worries.

Thank you for the clarification.  I really appreciate the fact that you took my first question posted to this forum seriously.  I look forward to asking more productive questions in the future!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.