Forum Discussion
Hide items in Power BI Desktop
The Power BI report is getting called from an Application using Query String Where the application pass the Id with the help of query string and view the data for that Id.
The User has flexibility to search other id as well once it is navigated from UI to Power BI report .
Hi subhadip,
You are probably not embedding the report in right way.
You should use App Owns Data approach to embed the reports. Here is the link.
Also, can you provide a snapshot of the report which you are seeing in your application to get a clearer picture?
Prateek Raina
- subhadip8 years ago
Helper II
The Report is getting invoked from Java Application which pass the id with the help of query string and invoke the report . sample query string shown below .
https://app.powerbi.com/group/me/reports/xxxx-xxxx-xxxx-xxx/ReportSection?filter=id eq '1234'
it opens the report where we can see various option file , view , refresh on top
favourite recent app in left .
All the icons need to be hidden. Is there any settings in the report which we can set to hide the details . Please suggest
- prateekraina8 years ago
Memorable Member
Hi subhadip,
No. it is not possible for your scenario.
In your case your users have their own Power BI Pro Licenses, thats how they are able to see the report from their own Power BI account. You cannot alter the layout of app.powerbi.com.
Prateek Raina
- subhadip8 years ago
Helper II
Is there any way we can set it full screen by default , so that the user won't able to see the additional icons . until and unless they do exist screen . Please suggest .