The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am trying to use the Export-PBIDesktopToCSV from a local Powershell to a local Power BI desktop instance. my pbix file name is TaskTimeReport.pbix. when I put in TaskTimeReport or TaskTimeReport.pbix into the parameters for the powershell command I get a not PBIDesktop window that matches error.
I must be missing something.
Has anyone gotten this to work?
link to module. https://github.com/DevScope/powerbi-powershell-modules/blob/master/Modules/PowerBIPS.Tools/PowerBIPS...
Solved! Go to Solution.
I figured it out.
You must have the powerbi desktop app open with the project you want data from.
then use Get-PBIDesktopTCPPort to get the window name.
I figured it out.
You must have the powerbi desktop app open with the project you want data from.
then use Get-PBIDesktopTCPPort to get the window name.