<?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: Tableau formula into power bi Dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Tableau-formula-into-power-bi-Dax/m-p/2316913#M57740</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Fixed is a little bit tricky . It need to be forced at fact table level, you can not do with diemension&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Divide(100 * SUM([Sales])&lt;BR /&gt;, calculate(SUM([Sales]), filter(all(Table), [Retailer1] = max([Retailer1]) &amp;amp;&amp;amp; [Product Category1] = Max([Product Category1]) &lt;BR /&gt;&amp;amp;&amp;amp; [Product Sub-Category1] = max([Product Sub-Category1])))&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tableau Vs Power BI- Chapter 6- LOD- FIXED (Level of Details): &lt;A href="https://youtu.be/QdnOHcZqkPU" target="_blank"&gt;https://youtu.be/QdnOHcZqkPU&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 05:50:27 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-02-03T05:50:27Z</dc:date>
    <item>
      <title>Tableau formula into power bi Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Tableau-formula-into-power-bi-Dax/m-p/2316887#M57736</link>
      <description>&lt;P&gt;How can I write this formula in Power BI&lt;BR /&gt;&lt;BR /&gt;100 * SUM([Sales])&lt;BR /&gt;/&lt;BR /&gt;TOTAL(SUM({ fixed [Retailer1], [Product Category1], [Product Sub-Category1], [DateFilter] : SUM([Sales])}))&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;Is there any in detailed blog or video which can explain me how to convert Tableau LOD into DAX&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 05:27:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Tableau-formula-into-power-bi-Dax/m-p/2316887#M57736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-03T05:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Tableau formula into power bi Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Tableau-formula-into-power-bi-Dax/m-p/2316913#M57740</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Fixed is a little bit tricky . It need to be forced at fact table level, you can not do with diemension&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Divide(100 * SUM([Sales])&lt;BR /&gt;, calculate(SUM([Sales]), filter(all(Table), [Retailer1] = max([Retailer1]) &amp;amp;&amp;amp; [Product Category1] = Max([Product Category1]) &lt;BR /&gt;&amp;amp;&amp;amp; [Product Sub-Category1] = max([Product Sub-Category1])))&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tableau Vs Power BI- Chapter 6- LOD- FIXED (Level of Details): &lt;A href="https://youtu.be/QdnOHcZqkPU" target="_blank"&gt;https://youtu.be/QdnOHcZqkPU&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 05:50:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Tableau-formula-into-power-bi-Dax/m-p/2316913#M57740</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-02-03T05:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tableau formula into power bi Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Tableau-formula-into-power-bi-Dax/m-p/2316949#M57747</link>
      <description>&lt;P&gt;How do we incorporate date filter in it?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 06:18:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Tableau-formula-into-power-bi-Dax/m-p/2316949#M57747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-03T06:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Tableau formula into power bi Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Tableau-formula-into-power-bi-Dax/m-p/2317109#M57758</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you want to add filter one is allselected&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Divide(100 * SUM([Sales])&lt;BR /&gt;, calculate(SUM([Sales]), filter(allselected(Table), [Retailer1] = max([Retailer1]) &amp;amp;&amp;amp; [Product Category1] = Max([Product Category1])&lt;BR /&gt;&amp;amp;&amp;amp; [Product Sub-Category1] = max([Product Sub-Category1])))&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;second is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Divide(100 * SUM([Sales])&lt;BR /&gt;, calculate(SUM([Sales]), filter(all(Table), [Retailer1] = max([Retailer1]) &amp;amp;&amp;amp; [Product Category1] = Max([Product Category1])&lt;BR /&gt;&amp;amp;&amp;amp; [Product Sub-Category1] = max([Product Sub-Category1])&lt;/P&gt;
&lt;P&gt;Table[Date] in allselected('Date'[Date]) 0 ))&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 07:41:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Tableau-formula-into-power-bi-Dax/m-p/2317109#M57758</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-02-03T07:41:40Z</dc:date>
    </item>
  </channel>
</rss>

