Forum Discussion
Sania198
3 years agoFrequent Visitor
How to Pull Parameters (Server & Database) programmatically from SQL Database via PowerShell Script
Hi, I can successfully update the parameters using: https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/update-parameters-in-group , however I need help in updating Parameters (Server & Dat...
Sania198
3 years agoFrequent Visitor
I am ready to modify the script if needed, can you please help me with sample script
1. I have a SQL DB table with Server and Database details for different clients
For example, we have A,B,C,D as clients name
2. I want to use that SQL query and pull those parameters (Server and Database) details of specific client of "C"
3. Then it should update to the Power BI dataset I specify
That's my requirement