Forum Discussion
Anonymous
5 years agoNot applicable
Duplicate report names
I am getting duplicate report names when publishing reports from CLI I have something like this: // this is PowerShell, but there's not syntax highlighting for it on here -_-
New-PowerBIReport ...
Anonymous
5 years agoNot applicable
I'm getting multiple reports with the same name when deploying to the PowerBI service from the CLI.
I have something like:
// this is powershell but there's no shell syntax on this for some reason -_-
New-PowerBIReport -Path $path -WorkspaceId $workspace.Id -ConflictAction CreateOrOverwrite
but I get multiple reports with the same name.
Could this have something to do with the reports pointing to different datasets?
I found this comment stating that's the case:
https://www.reddit.com/r/PowerBI/comments/cxwwhc/publishing_to_power_bi_creates_duplicate_report/eyoe5at?utm_source=share&utm_medium=web2x&context=3
but couldn't find that info on any official microsoft docs or forums.