<?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: Disconnected Table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3167849#M114070</link>
    <description>&lt;P&gt;Did you check my report?&lt;/P&gt;</description>
    <pubDate>Sun, 02 Apr 2023 15:27:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-04-02T15:27:16Z</dc:date>
    <item>
      <title>Disconnected Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3167227#M113970</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have used the formula like this but it not working . It is not filtering the visual only. CALCULATE([Total Calls],FILTER('Calendar Table', MAX('Calendar Table'[Date])&amp;lt;=MAX('Master Table (2)'[Date]))) for disconnected table . Like if I select Month No. 2 in slicer. The visual&amp;nbsp; should data show till 2nd Month. And not just 2nd Month. The Master Table(2) is disconnected table which is in slicer. Please Help someone. Below attached is the report link.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="Link" href="https://app.powerbi.com/groups/me/reports/6e6294a8-d629-45c6-827d-a74ad2feb507?ctid=e0793d39-0939-496d-b129-198edd916feb&amp;amp;pbi_source=linkShare" target="_self"&gt;https://app.powerbi.com/groups/me/reports/6e6294a8-d629-45c6-827d-a74ad2feb507?ctid=e0793d39-0939-496d-b129-198edd916feb&amp;amp;pbi_source=linkShare&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 18:38:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3167227#M113970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-01T18:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disconnected Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3167246#M113973</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CALCULATE (
    [Total Calls],
    FILTER (
        ALL ( 'Calendar Table'[Date] ),
          'Calendar Table'[Date] &amp;lt;= MAX ( 'Master Table (2)'[Date] )
    )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this answer solves your problem, give it a thumbs up and mark it as an accepted solution so the others would find what they need easier.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Loran&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 19:40:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3167246#M113973</guid>
      <dc:creator>MohammadLoran25</dc:creator>
      <dc:date>2023-04-01T19:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Disconnected Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3167578#M114031</link>
      <description>&lt;P&gt;I have tried but it is not working&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 06:09:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3167578#M114031</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-02T06:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disconnected Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3167618#M114035</link>
      <description>&lt;P&gt;I checked and it worked. What is wrong with it?&lt;/P&gt;&lt;P&gt;You put&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;'Calendar Table'[Date] &amp;lt;= MAX ( 'Master Table (2)'[Date] )&lt;/PRE&gt;&lt;P&gt;in FILTER FUNCTION?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 07:39:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3167618#M114035</guid>
      <dc:creator>MohammadLoran25</dc:creator>
      <dc:date>2023-04-02T07:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disconnected Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3167849#M114070</link>
      <description>&lt;P&gt;Did you check my report?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 15:27:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3167849#M114070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-02T15:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disconnected Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3168832#M114139</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;I have used the Month No. from Connected Calendar Table in the X asix of the visual and Total Calls Y-axis. And In Slicer the Month No. from disconnected table. Then performed a measure.&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;Disconnected = CALCULATE([Total Calls],FILTER(ALL('Calendar Table'),MAX('Calendar Table'[Date])&amp;lt;=MAX('Master Table (2)'[Date])))&lt;BR /&gt;&lt;FONT size="4"&gt;But when using it The Slicer is not able to filter the visual. Can Please open the attached report link from above and see whts wrong in my report.&amp;nbsp;&lt;BR /&gt;Thanks&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Apr 2023 08:38:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3168832#M114139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-03T08:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Disconnected Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3169844#M114221</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;You have to Write&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;'Calendar Table'[Date] &amp;lt;= MAX ( 'Master Table (2)'[Date] )&lt;/LI-CODE&gt;&lt;P&gt;in your measure and not the below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;MAX('Calendar Table'[Date]) &amp;lt;= MAX ( 'Master Table (2)'[Date] )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your report is not accessible unfortunately.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 15:34:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Disconnected-Table/m-p/3169844#M114221</guid>
      <dc:creator>MohammadLoran25</dc:creator>
      <dc:date>2023-04-03T15:34:50Z</dc:date>
    </item>
  </channel>
</rss>

