Closed rudzimj closed 3 years ago
Hi @rudzimj,
Please know that live connected models are not supported at this moment. Even if the PowerShell script had captured more than only the first word, you would have run into issues.
This is a known limitation of the tool. In order to make the tool work, you have to load the model into active memory of the computer.
--Marc
I have a Power BI report that connects to a SSAS on-prem database that has spaces in the name. The current PowerShell script only uses the first word as the database name.
Log:
This is the code that picks up the database name:
$DatabaseName = $args[1]
I'm not a PowerShell expert, but I was able to fix this with the following code: