<?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: Slicer of a measure based on whether it is greater than zero or not in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-of-a-measure-based-on-whether-it-is-greater-than-zero-or/m-p/2658298#M78712</link>
    <description>&lt;P&gt;Thanks for your reply!&lt;BR /&gt;if i build one of the above columns (called it "A" for convinience) in Customers table i get this error: &amp;lt;pi&amp;gt;A circular dependency was detected: Customers[A], Customers[Num. Of Devices], Customers[A].&amp;lt;/pi&amp;gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2022 07:37:46 GMT</pubDate>
    <dc:creator>akfir</dc:creator>
    <dc:date>2022-07-25T07:37:46Z</dc:date>
    <item>
      <title>Slicer of a measure based on whether it is greater than zero or not</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-of-a-measure-based-on-whether-it-is-greater-than-zero-or/m-p/2657485#M78658</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;i have a model with several fact tables (such as orders, sales etc.). my main pivot fact table is customers.&lt;BR /&gt;i have built some measures calculating sum of sales/orders/etc in the last X months (X is being selected as a parameter by the user in a dedicated slicer).&lt;BR /&gt;i have a table visual of customers (row per customer) and in columns there are all the measures i mentioned above.&lt;BR /&gt;my aim is adding slicers as number of measures above which simply filter the table by --measure is greater than zero or not-- (true/false) and of course change the count of customers' card visual accordingly.&amp;nbsp;&lt;BR /&gt;i hope its clear.&lt;BR /&gt;thanks in advance,&lt;BR /&gt;Amit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2022 13:20:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-of-a-measure-based-on-whether-it-is-greater-than-zero-or/m-p/2657485#M78658</guid>
      <dc:creator>akfir</dc:creator>
      <dc:date>2022-07-24T13:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer of a measure based on whether it is greater than zero or not</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-of-a-measure-based-on-whether-it-is-greater-than-zero-or/m-p/2658020#M78690</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="191221" data-lia-user-login="akfir" class="lia-mention lia-mention-user"&gt;akfir&lt;/a&gt; , for a measure filter use a visual level filter or values/summarize depending on the number of columns &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Countx(Filter(Values(Customer[Customer]), [Sales] &amp;gt;0), [Customer])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Countx(Values(Customer[Customer]), if([Sales] &amp;gt;0, [Customer], blank()))&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 04:28:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-of-a-measure-based-on-whether-it-is-greater-than-zero-or/m-p/2658020#M78690</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-07-25T04:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer of a measure based on whether it is greater than zero or not</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-of-a-measure-based-on-whether-it-is-greater-than-zero-or/m-p/2658298#M78712</link>
      <description>&lt;P&gt;Thanks for your reply!&lt;BR /&gt;if i build one of the above columns (called it "A" for convinience) in Customers table i get this error: &amp;lt;pi&amp;gt;A circular dependency was detected: Customers[A], Customers[Num. Of Devices], Customers[A].&amp;lt;/pi&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 07:37:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-of-a-measure-based-on-whether-it-is-greater-than-zero-or/m-p/2658298#M78712</guid>
      <dc:creator>akfir</dc:creator>
      <dc:date>2022-07-25T07:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer of a measure based on whether it is greater than zero or not</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-of-a-measure-based-on-whether-it-is-greater-than-zero-or/m-p/2664318#M79111</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="191221" data-lia-user-login="akfir" class="lia-mention lia-mention-user"&gt;akfir&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share a sample file for further research？&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 08:51:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-of-a-measure-based-on-whether-it-is-greater-than-zero-or/m-p/2664318#M79111</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2022-07-27T08:51:02Z</dc:date>
    </item>
  </channel>
</rss>

