Forum Discussion
Power BI MVC - Help with Mobile views
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
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