<?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: I need help converting a Tableau formula into a DAX formula. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-help-converting-a-Tableau-formula-into-a-DAX-formula/m-p/2898460#M94317</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="370164" data-lia-user-login="krichmond" class="lia-mention lia-mention-user"&gt;krichmond&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oh oh... circular dependencies ...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I refer to this thread here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/quot-A-circular-Dependency-was-detected-quot-error-while/m-p/170560" target="_blank"&gt;Solved: "A circular Dependency was detected" error while c... - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps &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;/Tom&lt;BR /&gt;&lt;A href="https://www.tackytech.blog/" target="_blank"&gt;https://www.tackytech.blog/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.instagram.com/tackytechtom/" target="_blank"&gt;https://www.instagram.com/tackytechtom/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2022 20:20:47 GMT</pubDate>
    <dc:creator>tackytechtom</dc:creator>
    <dc:date>2022-11-10T20:20:47Z</dc:date>
    <item>
      <title>I need help converting a Tableau formula into a DAX formula.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-help-converting-a-Tableau-formula-into-a-DAX-formula/m-p/2896211#M94170</link>
      <description>&lt;P&gt;I need help converting this Tableau formula into a DAX formula. The field name is "&lt;SPAN&gt;Uninsured Marketing Quantity" and within Power BI the table name is "mv_perfex".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF STARTSWITH([Client Group],'UI') THEN [Quantity] ELSE NULL END&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 20:16:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-help-converting-a-Tableau-formula-into-a-DAX-formula/m-p/2896211#M94170</guid>
      <dc:creator>krichmond</dc:creator>
      <dc:date>2022-11-09T20:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: I need help converting a Tableau formula into a DAX formula.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-help-converting-a-Tableau-formula-into-a-DAX-formula/m-p/2896221#M94172</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="370164" data-lia-user-login="krichmond" class="lia-mention lia-mention-user"&gt;krichmond&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How about this :&lt;/P&gt;
&lt;PRE&gt;IF (  LEFT (Table[Client Group], 2 )  = "UI", Table[Quantity], BLANK() ) &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if this helps &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;/Tom&lt;BR /&gt;&lt;A href="https://www.tackytech.blog/" target="_blank"&gt;https://www.tackytech.blog/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.instagram.com/tackytechtom/" target="_blank"&gt;https://www.instagram.com/tackytechtom/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 20:31:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-help-converting-a-Tableau-formula-into-a-DAX-formula/m-p/2896221#M94172</guid>
      <dc:creator>tackytechtom</dc:creator>
      <dc:date>2022-11-09T20:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: I need help converting a Tableau formula into a DAX formula.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-help-converting-a-Tableau-formula-into-a-DAX-formula/m-p/2896250#M94176</link>
      <description>&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="353745" data-lia-user-login="tackytechtom" class="lia-mention lia-mention-user"&gt;tackytechtom&lt;/a&gt;&amp;nbsp;- I just created the following based on your response:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Uninsured Marketing Quantity = &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;LEFT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;mv_perfex[clientgroup]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;) = &lt;/SPAN&gt;&lt;SPAN&gt;"UI"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;mv_perfex&lt;/SPAN&gt;&lt;SPAN&gt;[Marketing Quantity]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;U&gt;&lt;STRONG&gt;However, I am getting the following error message:&lt;/STRONG&gt;&lt;/U&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;pi&amp;gt;A circular dependency was detected: mv_perfex[Uninsured Marketing Quantity], mv_perfex[Actual Premium With Time Designator], mv_perfex[Uninsured Marketing Quantity].&amp;lt;/pi&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Any idea what is causing this and how to resolve it?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 09 Nov 2022 20:57:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-help-converting-a-Tableau-formula-into-a-DAX-formula/m-p/2896250#M94176</guid>
      <dc:creator>krichmond</dc:creator>
      <dc:date>2022-11-09T20:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: I need help converting a Tableau formula into a DAX formula.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-help-converting-a-Tableau-formula-into-a-DAX-formula/m-p/2898460#M94317</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="370164" data-lia-user-login="krichmond" class="lia-mention lia-mention-user"&gt;krichmond&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oh oh... circular dependencies ...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I refer to this thread here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/quot-A-circular-Dependency-was-detected-quot-error-while/m-p/170560" target="_blank"&gt;Solved: "A circular Dependency was detected" error while c... - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps &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;/Tom&lt;BR /&gt;&lt;A href="https://www.tackytech.blog/" target="_blank"&gt;https://www.tackytech.blog/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.instagram.com/tackytechtom/" target="_blank"&gt;https://www.instagram.com/tackytechtom/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 20:20:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-help-converting-a-Tableau-formula-into-a-DAX-formula/m-p/2898460#M94317</guid>
      <dc:creator>tackytechtom</dc:creator>
      <dc:date>2022-11-10T20:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: I need help converting a Tableau formula into a DAX formula.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-help-converting-a-Tableau-formula-into-a-DAX-formula/m-p/2902846#M94598</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="370164" data-lia-user-login="krichmond" class="lia-mention lia-mention-user"&gt;krichmond&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is mv_perfex[Actual Premium With Time Designator]&amp;nbsp;also a calculated column?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; Can you give the relevant formula or a sample file pbix file for further research?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 07:04:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-help-converting-a-Tableau-formula-into-a-DAX-formula/m-p/2902846#M94598</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2022-11-14T07:04:50Z</dc:date>
    </item>
  </channel>
</rss>

