<?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: Remove VAT in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-VAT/m-p/2837298#M90557</link>
    <description>&lt;P&gt;Thank you Stachu,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nice and easy solution. Thank you very much.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best,&amp;nbsp;&lt;BR /&gt;JT&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 15:19:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-12T15:19:43Z</dc:date>
    <item>
      <title>Remove VAT</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-VAT/m-p/2837233#M90551</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FACT TABLE[Amount]&lt;BR /&gt;&lt;BR /&gt;My 'Amount' column contains VAT.&amp;nbsp;&lt;BR /&gt;What is the proper way of removing VAT. or divide by 1.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&amp;nbsp;&lt;BR /&gt;JT&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 14:57:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-VAT/m-p/2837233#M90551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-12T14:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove VAT</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-VAT/m-p/2837282#M90554</link>
      <description>&lt;P&gt;You could modify it at source/in Power Query, so that the data loaded would be without VAT.&lt;/P&gt;&lt;P&gt;If VAT is always 1.2, and there are no different rates depending on product/time then you could use a measure:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Amount (no VAT) = SUM('FACT TABLE'[Amount]) / 1.2&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 12 Oct 2022 15:14:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-VAT/m-p/2837282#M90554</guid>
      <dc:creator>Stachu</dc:creator>
      <dc:date>2022-10-12T15:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remove VAT</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-VAT/m-p/2837298#M90557</link>
      <description>&lt;P&gt;Thank you Stachu,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nice and easy solution. Thank you very much.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best,&amp;nbsp;&lt;BR /&gt;JT&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 15:19:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-VAT/m-p/2837298#M90557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-12T15:19:43Z</dc:date>
    </item>
  </channel>
</rss>

