Skip to main content
Microsoft Idea

Power BI

Needs Votes

Extend the PowerShell scripts Get-PowerBIReport and Export-PowerBIReport to identify RDL vs PBIX content

Vote (9) Share
Jim Duncan's profile image

Jim Duncan on 26 Feb 2021 16:14:21

The current PowerShell scripts for Get-PowerBIReport and Export-PowerBIReport don't appear to have any way to identify RDL vs PBIX content. Would like to be able to place the correct extension on files during scripted extraction processes, rather than a manual review and reassignment based on file content after the fact. Thanks!

Comments (1)
Jim Duncan's profile image Profile Picture

James Bartlett on 12 Apr 2024 21:03:27

RE: Extend the PowerShell scripts Get-PowerBIReport and Export-PowerBIReport to identify RDL vs PBIX content

Here ya go! https://github.com/JamesDBartlett3/PowerBits/blob/main/PowerShell/Scripts/Export-PowerBIReportsFromWorkspaces.ps1Let me know how it works out for you!