<?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 One year later and an empty field in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-year-later-and-an-empty-field/m-p/3635045#M140618</link>
    <description>&lt;P&gt;Hi, my problem is a little bit complicated. I want to create a a field, which only shows up when two conditions are fulfilled. I have two relevant date tables for that. My first date table is [Date Dispatch] and my second [Date Estimated]. I want that the new field with a warning signal (and maybe the option to click on it to see all other informations) should pop up, when its one year after [Date Dispatch] AND [Date Estimated] is empty. I´ve tried it with If function but that doesn´t work. Maybe anybody could help me or just have an idea how to solve it. Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2024 05:58:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-01-12T05:58:37Z</dc:date>
    <item>
      <title>One year later and an empty field</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-year-later-and-an-empty-field/m-p/3635045#M140618</link>
      <description>&lt;P&gt;Hi, my problem is a little bit complicated. I want to create a a field, which only shows up when two conditions are fulfilled. I have two relevant date tables for that. My first date table is [Date Dispatch] and my second [Date Estimated]. I want that the new field with a warning signal (and maybe the option to click on it to see all other informations) should pop up, when its one year after [Date Dispatch] AND [Date Estimated] is empty. I´ve tried it with If function but that doesn´t work. Maybe anybody could help me or just have an idea how to solve it. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 05:58:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-year-later-and-an-empty-field/m-p/3635045#M140618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-12T05:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: One year later and an empty field</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-year-later-and-an-empty-field/m-p/3635095#M140624</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp; You can create a calculated column which will show warning signal.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Warning Signal = IF(&lt;BR /&gt;DATEDIFF(Table[Date Dispatch], TODAY(), DAY) &amp;gt;= 365 &amp;amp;&amp;amp; ISBLANK(Table[Date Estimated]),&lt;BR /&gt;"&lt;SPAN&gt;Warning&lt;/SPAN&gt;",&lt;BR /&gt;BLANK()&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 06:42:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/One-year-later-and-an-empty-field/m-p/3635095#M140624</guid>
      <dc:creator>saurabhtd</dc:creator>
      <dc:date>2024-01-12T06:42:30Z</dc:date>
    </item>
  </channel>
</rss>

