<?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 I don't want to involve blank cells in my measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-want-to-involve-blank-cells-in-my-measure/m-p/2939540#M97036</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I'm now doing a internship so im a noob with Power BI. the thing is, on the left i have hours and on the right the standard worktime. i want to show if someone goes over the standard worktime it will turn red. but now even if its blank it turns red. im new with dax. what i did was if hours - worktime &amp;gt;= turn green otherwise red:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;can someone please help im wiasting too much time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2022 16:08:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-30T16:08:49Z</dc:date>
    <item>
      <title>I don't want to involve blank cells in my measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-want-to-involve-blank-cells-in-my-measure/m-p/2939540#M97036</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I'm now doing a internship so im a noob with Power BI. the thing is, on the left i have hours and on the right the standard worktime. i want to show if someone goes over the standard worktime it will turn red. but now even if its blank it turns red. im new with dax. what i did was if hours - worktime &amp;gt;= turn green otherwise red:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;can someone please help im wiasting too much time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 16:08:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-want-to-involve-blank-cells-in-my-measure/m-p/2939540#M97036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-30T16:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: I don't want to involve blank cells in my measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-want-to-involve-blank-cells-in-my-measure/m-p/2941284#M97161</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this measure:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = IF(SELECTEDVALUE('Table'[hours])-SELECTEDVALUE('Table'[standard worktime])&amp;gt;=0,"#FF0000","#00FF1E")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And this is my conditional formatting:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also refer to my pbix file for better understanding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Community Support Team&amp;nbsp;&lt;STRONG&gt;Selina&amp;nbsp;zhu&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;to help the other members find it more quickly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 08:24:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-want-to-involve-blank-cells-in-my-measure/m-p/2941284#M97161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-01T08:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: I don't want to involve blank cells in my measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-want-to-involve-blank-cells-in-my-measure/m-p/2941320#M97164</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer i really appreciate it, but the thing is i want the blank fields to not be included in the measure. so i want the rows that dont have a working time to be the same as before. if i look at what you did i still see the second row (in your printscreen) turning red while there is no working time. i tried your measure but i get the same result as mine....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;TD&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 08:39:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-want-to-involve-blank-cells-in-my-measure/m-p/2941320#M97164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-01T08:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: I don't want to involve blank cells in my measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-want-to-involve-blank-cells-in-my-measure/m-p/2943579#M97301</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't want the blank row, you can directly filter it out, like this:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Please check the pbix file I uploaded above to make sure it is not different from your process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Community Support Team&amp;nbsp;&lt;STRONG&gt;Selina&amp;nbsp;zhu&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 05:50:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-want-to-involve-blank-cells-in-my-measure/m-p/2943579#M97301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-02T05:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: I don't want to involve blank cells in my measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-want-to-involve-blank-cells-in-my-measure/m-p/2943824#M97317</link>
      <description>&lt;P&gt;Hi, thanks for your reply i really appreciate it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the thing is i dont want the blank rows to be involved in the maesure. so if there is a blank standard working time, then i want hours not to be involved to any measure or condition. so it will be the same colour and still shows hours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so for you to understand i want this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;i hope you understand what i want to do.&amp;nbsp;&lt;/P&gt;&lt;P&gt;thankyou for your reply!!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 07:32:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-want-to-involve-blank-cells-in-my-measure/m-p/2943824#M97317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-02T07:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: I don't want to involve blank cells in my measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-want-to-involve-blank-cells-in-my-measure/m-p/2943830#M97319</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Sorry i mean i want it like this&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 07:33:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-don-t-want-to-involve-blank-cells-in-my-measure/m-p/2943830#M97319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-02T07:33:49Z</dc:date>
    </item>
  </channel>
</rss>

