<?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: DAX query error handling in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query-error-handling/m-p/3553436#M136725</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;Thanks.&amp;nbsp;I will vote &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cause yes, it is important.&lt;BR /&gt;I query multiple SSAS cubes (dev-test-prod) automatically via users acceptance criteria, that is, some values from measures, that the user states as correct in a certain filter context.&lt;BR /&gt;From the users input in validated Excel sheets, DAX evaluation strings are constructed to return a calculatede value like&amp;nbsp; DEFINE var a = CALCULATE ( &amp;lt;meausure&amp;gt;, &amp;lt;filtercontext&amp;gt; ) EVALUATE {a}. The calculated value is then compared with the expected value.&lt;BR /&gt;If the measure eg. is not yet in production, I dont want the evaluation to fail.&lt;BR /&gt;Not being able to error handle, I must load and join with all measure metadata from all cubes (20 at the moment) to test if the measure is present.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2023 07:40:48 GMT</pubDate>
    <dc:creator>UNIheve</dc:creator>
    <dc:date>2023-11-27T07:40:48Z</dc:date>
    <item>
      <title>DAX query error handling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query-error-handling/m-p/3548370#M136466</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Is it possible to error handle a case, where the measure [b] doesnt &lt;U&gt;exist&lt;/U&gt;&amp;nbsp;in the model?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DEFINE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; a = &lt;SPAN&gt;[b]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EVALUATE&lt;/SPAN&gt;&lt;BR /&gt;{a}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 07:14:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query-error-handling/m-p/3548370#M136466</guid>
      <dc:creator>UNIheve</dc:creator>
      <dc:date>2023-11-23T07:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: DAX query error handling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query-error-handling/m-p/3551325#M136617</link>
      <description>&lt;P&gt;Not currently possible.&amp;nbsp;If this is important to you please consider voting for an existing idea or raising a new one at &lt;A href="https://ideas.fabric.microsoft.com/?forum=2d80fd4a-16cb-4189-896b-e0dac5e08b41" target="_blank"&gt;https://ideas.fabric.microsoft.com/?forum=2d80fd4a-16cb-4189-896b-e0dac5e08b41&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 17:40:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query-error-handling/m-p/3551325#M136617</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-11-24T17:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: DAX query error handling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query-error-handling/m-p/3553436#M136725</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;Thanks.&amp;nbsp;I will vote &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cause yes, it is important.&lt;BR /&gt;I query multiple SSAS cubes (dev-test-prod) automatically via users acceptance criteria, that is, some values from measures, that the user states as correct in a certain filter context.&lt;BR /&gt;From the users input in validated Excel sheets, DAX evaluation strings are constructed to return a calculatede value like&amp;nbsp; DEFINE var a = CALCULATE ( &amp;lt;meausure&amp;gt;, &amp;lt;filtercontext&amp;gt; ) EVALUATE {a}. The calculated value is then compared with the expected value.&lt;BR /&gt;If the measure eg. is not yet in production, I dont want the evaluation to fail.&lt;BR /&gt;Not being able to error handle, I must load and join with all measure metadata from all cubes (20 at the moment) to test if the measure is present.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 07:40:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-query-error-handling/m-p/3553436#M136725</guid>
      <dc:creator>UNIheve</dc:creator>
      <dc:date>2023-11-27T07:40:48Z</dc:date>
    </item>
  </channel>
</rss>

