@cwebb_bi@notaboutthecell I updated the #pqsdk with VS2019 support over the weekend. VS Code has an M language highlighter, but not a code formatter. That is coming.
@EscobarMiguel90@boxofficemojo Haha actually I think the first to do the boxofficemojo demo was @FaisalMo or @mllopis. It's fun to see how the demo has evolved over the years - more UI, less typing.
@EscobarMiguel90@Vicky85m@GuyInACube@Kjonge Seems like calculated tables are the right way to go, and I'm surprised they aren't working. Maybe your DAX calculation is doing something it shouldn't? (like including the tables multiple times)
@GuyInACube@Vicky85m I can't imagine this being technically possible without a complete revamp of how everything works. Once you Union in M, it's all just a "table". If you want incremental refresh and caching, that has to be done at the data model/DAX level.
@EscobarMiguel90@ranbeerm Credentials will be treated as invalid. In the service this results in an error. In desktop, user would be prompted to login via Oauth flow.
@NickChobotar@EscobarMiguel90@DMaslyuk@mllopis I hit a bug in the underlying control that prevents the parameter hints widget from disappearing. I'll come back to it after Add Column is done.
@EscobarMiguel90 @CurbalEN @DMaslyuk@mllopis I kept going back and forth on whether it should wrap. It will in the Add Column dialog, but I kept the scrollbars for the formula bar
@cwebb_bi@tonmcg Well the gateway infrastructure doesn't support dynamic data sources, and I'm not sure if / when that will happen. I'm also not sure it is wise to ever pull dynamic code from web locations.