Is it possible to transfer data to Microsoft PowerBI from an Azure SQL database using C #

I am working on a panel with two other colleagues. One colleague uploaded data to an Azure SQL database. Essentially, I would like to use C # as a programming language and connect to the server and insert data into Power BI. Can this be achieved?

+4
source share
2 answers

Of course, you can use C # to enter data in Power BI. See Sample Client Application at http://dev.powerbi.com

, Power BI, , Power BI Azure SQL Database . Direct Connect: https://support.powerbi.com/knowledgebase/articles/581421-azure-sql-database-with-direct-connect

( .)

+1

All Articles