Forum Discussion
Cannot see the Reports imported on Power BI Embeded workspace
- 9 years ago
The imported datasets are for Power BI Emebedded. To see them, you would have to embed them to your own application. In the sample, You'd see them in the EmbedSample web application.
- Right click on the EmbedSample and set as start up Project.
- Change the values in the web.config file.
- Start it in a Brower(Chrome in my case).
- 9 years ago
You can click on the picture and then roll up to the page top. You will see a picture in high definition there.
ammitit2006 wrote:
I am confused here that when we created the workspace then on the portal it shows the [1 workspace] created. But when I imported the report then it's not showing the report or dataset that was created. How this be done. If I want to see the report imported to the workspace, I selected the option 6 and imported the file. it showed me the sccess message but I cannot see any
report in the workspace. If I want to run it from workspace on Azure portal then how can I do so.
In Azure portal, you can only the workspacecollection and workspace, the imported datasets are not shown.
Have you changed any code in the sample? It works fine in my test. Please follow
- Clear the workspace initial value by below setting in the App.config file.
-
<add key="workspaceId" value="" />
-
- Start the application.
- Choose option 4 to list workspace ids.
- Choose option 8 to list datasets in the workspace.
Thanks for your reply.
I am not able identify if I cannot see the reports in the workspace and the dataset then how will I run or see the report that I have imported to the workspace.
Please let me know if I am thinking in a wrong way.
Thanks
- Eric_Zhang9 years ago
Microsoft Employee
The imported datasets are for Power BI Emebedded. To see them, you would have to embed them to your own application. In the sample, You'd see them in the EmbedSample web application.
- Right click on the EmbedSample and set as start up Project.
- Change the values in the web.config file.
- Start it in a Brower(Chrome in my case).
- ammitit20069 years agoFrequent Visitor
Many thanks.
Could you please, add the image once more, this is blurr and cannot be seen properly.
Thanks
Amit
- Eric_Zhang9 years ago
Microsoft Employee
You can click on the picture and then roll up to the page top. You will see a picture in high definition there.