Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Happy Friday,
Looking to the community to help me navigate the best way to create a scheduled job that will update an AS Model every morning.
Our old method I believe was written using an SSIS package, but due to a catastrophic crash of our VM, it has been lost. This was created by colleagues who are no longer with the company, so I kinda feel stranded.
Believe I have the opportunity here to upgrade to the latest and most up to date product / services for accomplishing this.
Looking for guidance and a helping hand.
Much thanks and kindest regards,
Solved! Go to Solution.
Hey @rsbin,
then it's simple use Azure Automation: https://learn.microsoft.com/en-us/azure/analysis-services/analysis-services-refresh-azure-automation
Regards,
Tom
Hey @rsbin,
then it's simple use Azure Automation: https://learn.microsoft.com/en-us/azure/analysis-services/analysis-services-refresh-azure-automation
Regards,
Tom
Thank you Tom for the link. I had come across it, but wasn't sure if it was the best way to approach my issue.
Appreciate your insights and recommendation.
Thanks again and Best Regards,
Hey @rsbin ,
unfortunately it is not that simple as it may seem.
Based on this "... an Analysis Services db" I assume you are talking about an Microsoft SQL Server Analysis Servives on-premises instance, am I right?
Even if similar, it's not the same as a Power BI Service semantic model or an Azure Analysis Service model.
Then If you do not have the she sources of the SSIS packages, then it's more or less impossible or at least very hard to recreate something. The reason for this is the business logic that might be implemented in the SSIS DB packages.
I recommend the following:
I prefer using Power BI based semantic models, but I have Power BI Premium.
Hopefully, this provides some ideas of how to tackle your challenge.
Regards,
Tom
Thank you so much for the reply. After reading your reply, I probably posed my original question incorrectly.
I have the Visual Studio Model and I have access to Azure Analysis Services.
I can "process" the model manually every morning. However, my users require it much earlier than I start my work day. We used to have an SSIS package (I believe) that would process the model at 5 or 6 am.
I was asking if I should try to replicate that or are there other tools such as PowerShell / Logic Apps or something else that is more up to date or better.
Thanks again Tom. Appreciate your input.