You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Loop through selected reports
ForEach ($report in $reports)
{
#Get the report folder from source control path $reportFolder = Split-Path -Path "$($report.Directory)" -Leaf
#Deploy the report to the server
Write-RsRestCatalogItem -Path $report.FullName -RsFolder "/$($reportFolder)" - Overwrite -WebSession $session;
}
I try to upload .ssrs files and .xlsx files to powerbi RS with ReportingServicesTools.
.SSRS is ok But i can't upload .xlsx files.
There is another way to Upload Excel file ?
Thanks.
The text was updated successfully, but these errors were encountered: