gbrueckl / PowerBI.API.Client

A C# wrapper for the Power BI REST API which allows you to easily integrate the Power BI API into your C# application.
MIT License
39 stars 14 forks source link

How do I import PBIX files to an app workspace? #14

Closed cornyachtsorry closed 5 years ago

cornyachtsorry commented 5 years ago

How do I import PBIX files to an app workspace instead of my workspace?

gbrueckl commented 5 years ago

There is a function called "ImportPBIX" which can be called from PBIAPIClient or any Group/Workspace object

cornyachtsorry commented 5 years ago

Thank you! I managed to call the function from the Group object.