Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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 refresh is as below
{
"refresh": {
"type": "full",
"objects": [
{
"database": "BE Standard Cost Actual Reporting",
"table": "Flash_Volume"
}
]
}
}
Now, if I want to schedule SQL Studio, or using any other tool to schedule this code to run in SQL Studio every 10 minutes, how can I do it?
Have you ever succeded in solving your requirement? Maybe even an elegant way with PowerAutomate?
Thanks!
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.
Hi @lbendlin , Do you have some resources online that I can refer to for each of those options you mentioned?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
23 | |
20 | |
10 | |
9 | |
7 |
User | Count |
---|---|
44 | |
28 | |
18 | |
17 | |
15 |