RE:
Referring to https://learn.microsoft.com/en-us/dynamics365/release-plan/2024wave1/smb/dynamics365-business-central/use-premium-license-log-into-environment-essentials-licenses
RE:
100% agree on this one, I've got a wide monitor so in desktop I change the zoom, every time I go to publish I have to reset the page view on every page to what seems the most sensible option "Page Width", if there was an option to have this the default in the Power BI service ignoring the zoom on desktop that would be great.The most sensible option would seem to have a second page view drop-down so there is one for the service default (of course let the users change this and remember it as currently) and the current dropdown which is for desktop.
RE:
Frameworks like DBT using jinja templating used nested WITH but Fabric Warehouse don’t support this syntax and it prevents ephemeral materialization with DBT. Most of concurrent warehouses as welllSpark SQL already support this syntax.It would be great to support it— Does not work in fabric T-SQLWITH outer AS( WITH inner AS( SÉLECT * FROM t ) SELECT * FROM inner)SELECT * FROM outer