Forum Discussion
Premium Per User - incremental refresh with effectiveDate - tmsl
- 5 years ago
Hi jordandakota
Can you please make sure you have installed the latest version of SSMS which is 18.8
This version includes updates to allow the use of Power BI Premium Per user XMLA end points
You can download and install it here: Download SQL Server Management Studio (SSMS) - SQL Server Management Studio (SSMS) | Microsoft Docs
Hi Jordan,
Currently, I am also facing the same issue while trying to process the partitions of a fact table using XMLA endpoint. Could you please let me know if you were able to solve the issue?
Regards,
Abhijeet
Yes, I was able to solve my issue. You need to update ssms to the newest version if processing through ssms and update your drivers (which should be done with the ssms update). If using powershell, update your powershell modules.
I have a new issue of not being able to process using the xmla endpoint with an app service principal however, which essentially leaves me in the same place since I can't automate the processing without using a named user with a license.
- GilbertQ5 years agoSuper User
Yes that is correct because this is licensed per user you currently cannot use Service principals.
- Anonymous5 years agoNot applicable
Thanks a lot Jordan. I will try to update the ssms version and check again if it works for us.