Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
There's a frustrating bug with Composit Models. Append Queries are somehow always flagged as direct queries, so you can't do transforms on any append query. You also can't load any append queries when you have the Composit Models preview feature activated.
Here's a short walk-through to produce the errors and issue:
Another realted issue occurs if you turn on the "Manage Aggregations" preview feature. With that option activated, you see the same error in the query as a yellow top warning banner in the append query. It gives you a button option to click to "Switch all tables to import mode" But this does not work at all. If you click it and then select another query and then reselect your append query it's back. Also loads still don't work.
To resolve the issue. you have to do the following:
To summarize, the only way to fix the append query is to deactivate preview feature and remake the append query with the feature off.
Analysis: Somewhere in the PBI file the modes for the queries are getting switched, and stored to directquery, but are not able to be changed. This appears to be a bug, as the whole point of doing a composite model is to be able to mix and match directqury and import queries in a single model. However this bug prevens you from using append queries.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.