<?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 How to use -1 in a measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-1-in-a-measure/m-p/4076297#M161855</link>
    <description>&lt;P&gt;Hello, I need to create a calculated&amp;nbsp; percentage by using a formula that would allow me to do = 1-(variance/opportunity) I know this is an Excel formula but I need to find a DAX equivalent.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Aug 2024 15:12:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-08-02T15:12:07Z</dc:date>
    <item>
      <title>How to use -1 in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-1-in-a-measure/m-p/4076297#M161855</link>
      <description>&lt;P&gt;Hello, I need to create a calculated&amp;nbsp; percentage by using a formula that would allow me to do = 1-(variance/opportunity) I know this is an Excel formula but I need to find a DAX equivalent.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 15:12:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-1-in-a-measure/m-p/4076297#M161855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-02T15:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to use -1 in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-1-in-a-measure/m-p/4076352#M161861</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;why what's your issue? I think you can do the same in dax, like measure= 1- divide(variance, opportunity)&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 15:36:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-1-in-a-measure/m-p/4076352#M161861</guid>
      <dc:creator>Gabry</dc:creator>
      <dc:date>2024-08-02T15:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use -1 in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-1-in-a-measure/m-p/4076380#M161862</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;You can use below one in the creating a Measure&lt;BR /&gt;&lt;STRONG&gt;Percentage = 1 - DIVIDE( TableName[Variance], TableName[Opportunity] )&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 15:51:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-1-in-a-measure/m-p/4076380#M161862</guid>
      <dc:creator>ramakrishna1257</dc:creator>
      <dc:date>2024-08-02T15:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use -1 in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-1-in-a-measure/m-p/4076489#M161865</link>
      <description>&lt;P&gt;Thank you I really appreciate your reply. It works, of course.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 16:52:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-1-in-a-measure/m-p/4076489#M161865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-02T16:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use -1 in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-1-in-a-measure/m-p/4076493#M161866</link>
      <description>Thank you I really appreciate your reply. It works, of course.&amp;nbsp;</description>
      <pubDate>Fri, 02 Aug 2024 16:53:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-use-1-in-a-measure/m-p/4076493#M161866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-02T16:53:25Z</dc:date>
    </item>
  </channel>
</rss>

