This Blog will help to create backup file for Azure analysis database model. We have used PowerShell to execute Analysis command which help to create backup file for AS model ,Please find the code below :-
Find the last processing date for each table in analysis services model.
As per current scenario ,we need to do manual intervention to find the last processing date for each table .now we have created power shell scripts to find the last processing date for each table for the cube for analysis server . In Analysis Services, only the last process date for SSAS database are stored […]
Power Bi Paginated reports SPN configuration
This Functionality is not support on power Bi yet .You can use Open auth and configure one time and any user can access that reports.
Power Bi Paginated Reports Issue
We have migrated SSRS reports to power BI services ,post migration we have identified the below issue . 1.Paginated reports is not rendering at power bi services . We have one paginated reports which have complex logic and this particular reports with heavy transformation hence reports is not coming up in power BI services. To […]
Azure analysis services processing using REST API
We can use REST API method for processing AAS cube , please find the full adf pipeline below which capture the logging as well if error comes up .REST API can processing only full data for AAS cube. This pipeline is very generic which we can use for minimum effort of code changes you just […]