Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Powershell 在PowerBI在线服务中,没有使用-pbiviz start-by-power shell命令创建可视化_Powershell_Powerbi_Powerbi Custom Visuals - Fatal编程技术网

Powershell 在PowerBI在线服务中,没有使用-pbiviz start-by-power shell命令创建可视化

Powershell 在PowerBI在线服务中,没有使用-pbiviz start-by-power shell命令创建可视化,powershell,powerbi,powerbi-custom-visuals,Powershell,Powerbi,Powerbi Custom Visuals,你好 在使用安装包后,我遇到了一个问题 PS C:\...\ npm i -g powerbi-visuals-tools (successful) 及 我在Power Bi中为图表创建了一个新实例 PS C:\...\pbiviz new cars (random folder name for example) 然后,我在VS代码中打开了一些文件,以检查是否所有资源都已正确创建 (不幸的是,从主题修复问题并使用所有新命令创建新文件夹的几次尝试都没有成功) 服务启动后 PS C:\...

你好

在使用安装包后,我遇到了一个问题

 PS C:\...\ npm i -g powerbi-visuals-tools (successful)

我在Power Bi中为图表创建了一个新实例

PS C:\...\pbiviz new cars (random folder name for example)
然后,我在VS代码中打开了一些文件,以检查是否所有资源都已正确创建 (不幸的是,从主题修复问题并使用所有新命令创建新文件夹的几次尝试都没有成功)

服务启动后

PS C:\...\cars> pbiviz start ---- Starting server...---- Compiled successfully---Compiled successfully.
我想在PowerBi Online中打开一个新图表,但我没有任何新图表,甚至没有在服务开始时创建并编译新图表的工作区

我选中了
*'://localhost:8080/webpack dev server/'*
-并且服务已打开

请帮忙

PS C:\...\cars> pbiviz start ---- Starting server...---- Compiled successfully---Compiled successfully.