<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: When using DAX in a semantic model will Fabric fall back to Direct Query in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854885#M185247</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1320264" data-lia-user-login="DShallcross" class="lia-mention lia-mention-user"&gt;DShallcross&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using DirectLake models, the views should be calculated and materialized as tables on the lakehouse/warehouse before getting to the semantic model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Oct 2025 13:09:11 GMT</pubDate>
    <dc:creator>tayloramy</dc:creator>
    <dc:date>2025-10-21T13:09:11Z</dc:date>
    <item>
      <title>When using DAX in a semantic model will Fabric fall back to Direct Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854804#M185242</link>
      <description>&lt;P&gt;We have a semantic model created and inside we have a main date table. We wanted to create other tables based on this date table, whilst still using DirectLake for performance. Initially we tried creating views but realised that views fall back to DirectQuery mode when trying to use them in a filter. So I wondered if alternatively we could use DAX instead? Reading through the documentation here&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/fundamentals/direct-lake-overview" target="_blank"&gt;Direct Lake overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&amp;nbsp;it mentions "&lt;SPAN&gt;Import and Direct Lake storage modes use the VertiPaq engine to process DAX queries and return results to the Power BI report and user" so I presume that mean it won't fall back to DirectQuery mode but I wanted to check before I start the laborious process of changing them all to DAX&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 11:48:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854804#M185242</guid>
      <dc:creator>DShallcross</dc:creator>
      <dc:date>2025-10-21T11:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: When using DAX in a semantic model will Fabric fall back to Direct Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854842#M185243</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1320264" data-lia-user-login="DShallcross" class="lia-mention lia-mention-user"&gt;DShallcross&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your case, you can only create a calculated table using direct lake if&amp;nbsp;&lt;SPAN&gt;calculations is not referering to columns of tables in Direct Lake mode.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(source:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/fundamentals/direct-lake-overview#fabric-item-permissions^" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/fabric/fundamentals/direct-lake-overview#fabric-item-permissions)&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So in your case, you will have to create view directly in your lakehouse/warehouse&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But of course, you can create measure&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 12:10:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854842#M185243</guid>
      <dc:creator>Cookistador</dc:creator>
      <dc:date>2025-10-21T12:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: When using DAX in a semantic model will Fabric fall back to Direct Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854850#M185245</link>
      <description>&lt;P&gt;Unfortunately if we create views it falls back to DirectQuery mode so that is off the table for us. If DAX is also not possible in DirectLake then we will have to create extra tables&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 12:12:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854850#M185245</guid>
      <dc:creator>DShallcross</dc:creator>
      <dc:date>2025-10-21T12:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: When using DAX in a semantic model will Fabric fall back to Direct Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854885#M185247</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1320264" data-lia-user-login="DShallcross" class="lia-mention lia-mention-user"&gt;DShallcross&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using DirectLake models, the views should be calculated and materialized as tables on the lakehouse/warehouse before getting to the semantic model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 13:09:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854885#M185247</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-10-21T13:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: When using DAX in a semantic model will Fabric fall back to Direct Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854891#M185248</link>
      <description>&lt;P&gt;We created the views in the warehouse first and then added those views into the semantic model. During the creation of a PowerBI report when trying to add a filter using those views it mentions that it will fall back to DirectQuery mode.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 13:14:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854891#M185248</guid>
      <dc:creator>DShallcross</dc:creator>
      <dc:date>2025-10-21T13:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: When using DAX in a semantic model will Fabric fall back to Direct Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854914#M185249</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1320264" data-lia-user-login="DShallcross" class="lia-mention lia-mention-user"&gt;DShallcross&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, this is why they should be materialized and stored as tables for DirectLake on warehouses. On Lakehouses, materialized lake views work in directlake mode for semantic models.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 13:27:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854914#M185249</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-10-21T13:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: When using DAX in a semantic model will Fabric fall back to Direct Query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854923#M185250</link>
      <description>&lt;P&gt;Thank you, I believe this is what I will need to do and materialize my views as tables.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 13:36:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/When-using-DAX-in-a-semantic-model-will-Fabric-fall-back-to/m-p/4854923#M185250</guid>
      <dc:creator>DShallcross</dc:creator>
      <dc:date>2025-10-21T13:36:37Z</dc:date>
    </item>
  </channel>
</rss>

