<?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: Limit dax with value from visual card in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-dax-with-value-from-visual-card/m-p/2531294#M71014</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your feedback.&lt;/P&gt;
&lt;P&gt;I am not sure if I understood your question correctly, but I think creating one more disconnected-calendar-master-slicer table might solve the issue.&lt;/P&gt;
&lt;P&gt;In order to fix existing YTD measures, the date that is selected by a slicer (disconnected slicer) may be added into the measures to limit the max date.&lt;/P&gt;</description>
    <pubDate>Sun, 22 May 2022 12:49:38 GMT</pubDate>
    <dc:creator>Jihwan_Kim</dc:creator>
    <dc:date>2022-05-22T12:49:38Z</dc:date>
    <item>
      <title>Limit dax with value from visual card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-dax-with-value-from-visual-card/m-p/2531200#M70995</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can i limit "calendar" table maximum date with value from visual card automatically?&amp;nbsp;&lt;/P&gt;&lt;P&gt;the visual card and year week slicer is from another table named "calendar master"&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or any other method will work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2022 10:57:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-dax-with-value-from-visual-card/m-p/2531200#M70995</guid>
      <dc:creator>Kemalnugraha</dc:creator>
      <dc:date>2022-05-22T10:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dax with value from visual card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-dax-with-value-from-visual-card/m-p/2531233#M71006</link>
      <description>&lt;P&gt;No, you can't. Model tables are always static. They are refreshed only at data refresh, not when a measure changes or anything on a visual.&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2022 11:37:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-dax-with-value-from-visual-card/m-p/2531233#M71006</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-05-22T11:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dax with value from visual card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-dax-with-value-from-visual-card/m-p/2531263#M71010</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you please describe why the limitation of maxdate of a calendar table that is dynamically changing is needed? Some problems might be solved by creating a virtual calendar table that the maxdate is limited by the selection from the master-calendar-table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need a dynamically-changing-calendar-table by the user's selection from a slicer, please try to consider to solve a problem by creating a virtual calendar table.&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2022 12:15:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-dax-with-value-from-visual-card/m-p/2531263#M71010</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-05-22T12:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dax with value from visual card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-dax-with-value-from-visual-card/m-p/2531274#M71013</link>
      <description>&lt;P&gt;&lt;SPAN&gt;i want to see the data shown by any card visual which is YTD calcualtion from other many table (about 50 table with many measure) with relation to calendar table &lt;U&gt;per yearweek&lt;/U&gt; (YYYYMM), if i using regular slicer the data wont show because its YTD calculation, i need to limit this master "calendar" based on slicer filter or is there any method?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2022 12:37:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-dax-with-value-from-visual-card/m-p/2531274#M71013</guid>
      <dc:creator>Kemalnugraha</dc:creator>
      <dc:date>2022-05-22T12:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Limit dax with value from visual card</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-dax-with-value-from-visual-card/m-p/2531294#M71014</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your feedback.&lt;/P&gt;
&lt;P&gt;I am not sure if I understood your question correctly, but I think creating one more disconnected-calendar-master-slicer table might solve the issue.&lt;/P&gt;
&lt;P&gt;In order to fix existing YTD measures, the date that is selected by a slicer (disconnected slicer) may be added into the measures to limit the max date.&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2022 12:49:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-dax-with-value-from-visual-card/m-p/2531294#M71014</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-05-22T12:49:38Z</dc:date>
    </item>
  </channel>
</rss>

