pawarbi / blog

PawarBI
https://pawarbi.github.io/blog/
Apache License 2.0
30 stars 13 forks source link

PowerShell Script To Mass Download Power BI Reports | Sandeep Pawar #29

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

PowerShell Script To Mass Download Power BI Reports | Sandeep Pawar

A quick PowerShell script to masss download Power BI reports based on a CSV file

https://pawarbi.github.io/blog/powerbi/powershell/automation/2022/10/11/powershell-download-powerbi-report.html

pawarbi commented 2 years ago

Test

pranamg commented 2 years ago

Thanks for posting this. I tried running the script and notice there is a typo in the script. "$file_name = $Csv.Outfile_file" should be "$file_name = $Csv.file_name" Once I corrected it, the script ran flawlessly.

pawarbi commented 2 years ago

Thank you