Forum Discussion
duybachhpvn
4 years agoFrequent Visitor
Script to automate single table in a dataset using XMLA Endpoint
Hi, By using XMLA Endpoint, I was able to access my PowerBI Dataset in the Service using SQL Management Studio, which allowed me to process/refresh a single table in my dataset. The Script to ref...
lbendlin
4 years agoSuper User
You can create a SSIS package for this, you can run a scheduled powershell script, you can use Power Automate to run a HTTP POST request. What's your preference?
Note: The tricky part with all of these will be to obtain the auth token.
duybachhpvn
4 years agoFrequent Visitor
Hi lbendlin , Do you have some resources online that I can refer to for each of those options you mentioned?