Hi,
I have scripted out existing ssas database/cube using xmla format, now i wanted to make this script idempotent(run n number of times), do we have the capability to use if exists if not exists clause in SSAS xmla scripts? I dont want to execute this process using SSIS , if possible i want to automate it using powershell.
Please let me know if this is feasible.