Forum Discussion
Sania198
3 years agoFrequent Visitor
How to use SQL query data to create a Power BI Workspaces via PowerShell or Rest API Script
Hi, I want to create a Power BI workspaces by referencing to the view created in our SQL DB. I am successful in pulling the data by connecting to SQL DB where we have a table with DatabaseName, by...
- 3 years ago
$SQLFile returns an object (the table of the rows for your query result). Now you need to run a ForEach on this to address the individual workspaces.
lbendlin
3 years agoSuper User
$SQLFile returns an object (the table of the rows for your query result). Now you need to run a ForEach on this to address the individual workspaces.