The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi All,
I have my reports with mobile layout.
I'm working on Power BI Embedded on App Owns Data with Dot Net Core (.Net Core).
I get the sample code from here. I input all the config items in the appsetting.json.
I followed the this link by adding the following code in the config - setting nest.
layoutType: models.LayoutType.MobilePortrait
It's not showing the mobile layout instead it show web layout.
Can anyone tell what else need to add on?
Thanks.
Solved! Go to Solution.
Hi All,
I got the solution here. You can refer to answer (especially item 3 and 4) from the post. After I changed the code, it works for me.
Hi All,
I got the solution here. You can refer to answer (especially item 3 and 4) from the post. After I changed the code, it works for me.
Hi @PowerBIOrg ,
Try using latest powerbi-desktop to create report.
Check this sample solution from Microsoft itself, configure it and run with this property, it will work.
So, I would suggest you to update your pbi-desktop.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @V-lianl-msft ,
My power bi desktop is the latest version. Can you share the sample solution link?
Thanks!