Forum Discussion
Power BI MVC - Help with Mobile views
HI s_papaioannou,
How did you design the report phone view version? Did you mean to manually change the layout to vertical?
If that is the case, they may not work well as phone views. (it only mean the report with vertical layout instead of phone view)
For this scenario, I'd like to suggest you refer to the following documents to design the phone view version and enable the phone view on your report:
Optimize reports for the Power BI mobile apps - Power BI | Microsoft Docs
Embedding a Power BI report with mobile layout in Power BI embedded analytics | Microsoft Docs
Regards,
Xiaoxin Sheng
Hi v-shex-msft and a happy new year!
The uploaded report has a mobile view which was created in powerbi desktop.
- Anonymous4 years agoNot applicable
HI s_papaioannou,
Perhaps you can take a look at the following link about the online power bi embedded online sandbox testing environments. It should include a sample code of embedded usages which you required:
Power BI Embedded Playground
Regards,Xiaoxin Sheng
- s_papaioannou4 years agoFrequent Visitor
Thank you for the information. I have already taken a look at the Developer Playground and I have pasted the sample code I used from the Playground in my initial post.
- Anonymous4 years agoNot applicable
HI s_papaioannou,
Perhaps you can take a look at the following link about mobile device detection with ASP.NET MVC applications if help: Mobile Device Detection and Redirection Using ASP.NET/MVC | CodeGuru
After you get the access device type, you can use it as if statement conditions to trigger the configuration to switch the report to 'phone view' mode.
Regards,
Xiaxoin Sheng