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.
I am trying to get the new look reports into my embedded capacity. Right now, on our webpage, the reports render with the report tabs across the bottom, similar to how this report is in this screenshot along the very bottom (couldn't copy in my own screenshots):
https://powerbicdn.azureedge.net/mediahandler/blog/legacymedia/6518.report1.PNG
I am trying to get the reports to look like this (items #3 in screenshot), with the tabs/reports along the left side (similar to how they look in my Workspace):
I have all my workspaces set to "New Look On", however I know this a user by user setting, so not sure how it effects embedded. Will this not happen till the new look is generally availible? Is this something I can set in embedded?
Hi @Anonymous
The tabs will display across the bottom when you/user is in Editing view. When in Reading view, the "tabs" display along the left side.
HTH,
Michele
Thank you Michele - do you mean that this section of code should be switched from Edit to View?
"viewModel: models.ViewModel.Edit" TO "viewModel: models.ViewModel.View"
That would move the tabs from bottom to left side?