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
Your script was a real help for my daily work with colleagues creating reports online before realising the need the desktop version for advanced features.
Lately I have the following error running the script :
On Characters:184 : 25
+ $OutFile = !!$OutFile ? $OutFile : "$($sourceReportName)_Clone.pbix ...
+ ~
Unexpected Token « ? » in the expression or instruction.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
Did you already had it, any idea ?
Thanks !
The text was updated successfully, but these errors were encountered:
Hi, @olivierlenard, that looks like an error you might encounter if you're using a version of PowerShell that does not recognize the ternary operator. Are you using the latest version of PowerShell 7?
Hi James,
Your script was a real help for my daily work with colleagues creating reports online before realising the need the desktop version for advanced features.
Lately I have the following error running the script :
Did you already had it, any idea ?
Thanks !
The text was updated successfully, but these errors were encountered: