<?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 Question-I am trying to write a DAX Measure for Power BI Desk Top in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Question-I-am-trying-to-write-a-DAX-Measure-for-Power-BI/m-p/3675822#M142707</link>
    <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="340065" data-lia-user-login="Mbryanton" class="lia-mention lia-mention-user"&gt;Mbryanton&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;try below measure for specific 4 location&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;4specific location measure=
calculate(
    count(tablename[value]),
    tablename[origin column] in {"location1","location2","location3","location4"}
 )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;not equal those first 4 locations&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;4specific location measure=
calculate(
    count(tablename[value]),
    not(tablename[origin column]) in {"location1","location2","location3","location4"}
 )&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 02 Feb 2024 14:43:56 GMT</pubDate>
    <dc:creator>Dangar332</dc:creator>
    <dc:date>2024-02-02T14:43:56Z</dc:date>
    <item>
      <title>DAX Question-I am trying to write a DAX Measure for Power BI Desk Top</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Question-I-am-trying-to-write-a-DAX-Measure-for-Power-BI/m-p/3675778#M142702</link>
      <description>&lt;P&gt;I am still very new to DAX, but I have a table where I need to create a DAX measure to count the values from the Values column if the Origin Column equals 4 specific locations. And then another measure to count the values if the same origin column does not equal those first 4 locations.&lt;/P&gt;&lt;P&gt;Any suggestions are greatly appreciated&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 14:26:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Question-I-am-trying-to-write-a-DAX-Measure-for-Power-BI/m-p/3675778#M142702</guid>
      <dc:creator>Mbryanton</dc:creator>
      <dc:date>2024-02-02T14:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Question-I am trying to write a DAX Measure for Power BI Desk Top</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Question-I-am-trying-to-write-a-DAX-Measure-for-Power-BI/m-p/3675822#M142707</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="340065" data-lia-user-login="Mbryanton" class="lia-mention lia-mention-user"&gt;Mbryanton&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;try below measure for specific 4 location&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;4specific location measure=
calculate(
    count(tablename[value]),
    tablename[origin column] in {"location1","location2","location3","location4"}
 )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;not equal those first 4 locations&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;4specific location measure=
calculate(
    count(tablename[value]),
    not(tablename[origin column]) in {"location1","location2","location3","location4"}
 )&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 02 Feb 2024 14:43:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Question-I-am-trying-to-write-a-DAX-Measure-for-Power-BI/m-p/3675822#M142707</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2024-02-02T14:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Question-I am trying to write a DAX Measure for Power BI Desk Top</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Question-I-am-trying-to-write-a-DAX-Measure-for-Power-BI/m-p/3675903#M142719</link>
      <description>&lt;P&gt;It doesnt seem to be adding up the values correctly when doing a check against the two measures. Could COUNT be the wrong function to apply?&amp;nbsp; maybe it should be SUMX&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 15:42:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Question-I-am-trying-to-write-a-DAX-Measure-for-Power-BI/m-p/3675903#M142719</guid>
      <dc:creator>Mbryanton</dc:creator>
      <dc:date>2024-02-02T15:42:31Z</dc:date>
    </item>
  </channel>
</rss>

