<?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: I need create in DAX the button that will be show data with filter on date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3438089#M130467</link>
    <description>&lt;P&gt;my problem a little different&lt;BR /&gt;&lt;BR /&gt;i want to have slicer, where user can choose all time interval AND the button(not slicer), that open mark where data on diagramms from start of this year up to this day&lt;BR /&gt;&lt;BR /&gt;and when user open the site he mast see data up to this day&lt;BR /&gt;&lt;BR /&gt;i hope i can explain my issue correctly..(&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Sep 2023 10:32:56 GMT</pubDate>
    <dc:creator>yakovleva_alena</dc:creator>
    <dc:date>2023-09-19T10:32:56Z</dc:date>
    <item>
      <title>I need create in DAX the button that will be show data with filter on date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3436541#M130411</link>
      <description>&lt;P&gt;I need create in DAX the button that will be show data up to this day (maybe with another filters on date)&lt;/P&gt;&lt;P&gt;Which commands can I use?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 14:48:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3436541#M130411</guid>
      <dc:creator>yakovleva_alena</dc:creator>
      <dc:date>2023-09-18T14:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: I need create in DAX the button that will be show data with filter on date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3436739#M130424</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="618703" data-lia-user-login="yakovleva_alena" class="lia-mention lia-mention-user"&gt;yakovleva_alena&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please provide more details perhaps with some screenshots.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 16:40:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3436739#M130424</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-09-18T16:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: I need create in DAX the button that will be show data with filter on date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3437717#M130454</link>
      <description>&lt;P&gt;I have some diagramms with data by month.&lt;BR /&gt;I can choose time interval using the button below, but i want to update date automaticly and show that from start of this year up to today.&lt;BR /&gt;So my question: how can i write code in DAX for automaticly updating date on button below or maybe on other button every day?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 07:19:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3437717#M130454</guid>
      <dc:creator>yakovleva_alena</dc:creator>
      <dc:date>2023-09-19T07:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: I need create in DAX the button that will be show data with filter on date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3438037#M130464</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="618703" data-lia-user-login="yakovleva_alena" class="lia-mention lia-mention-user"&gt;yakovleva_alena&lt;/a&gt;&amp;nbsp;, you need 2 filters for the slicer and a measure.&lt;/P&gt;&lt;P&gt;Measure:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;check date = 
var today = TODAY()
RETURN 
    IF(MAX('Date'[Date]) &amp;gt; today, 0, 1)&lt;/LI-CODE&gt;&lt;P&gt;Filters:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 09:54:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3438037#M130464</guid>
      <dc:creator>ERD</dc:creator>
      <dc:date>2023-09-19T09:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: I need create in DAX the button that will be show data with filter on date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3438089#M130467</link>
      <description>&lt;P&gt;my problem a little different&lt;BR /&gt;&lt;BR /&gt;i want to have slicer, where user can choose all time interval AND the button(not slicer), that open mark where data on diagramms from start of this year up to this day&lt;BR /&gt;&lt;BR /&gt;and when user open the site he mast see data up to this day&lt;BR /&gt;&lt;BR /&gt;i hope i can explain my issue correctly..(&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 10:32:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3438089#M130467</guid>
      <dc:creator>yakovleva_alena</dc:creator>
      <dc:date>2023-09-19T10:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: I need create in DAX the button that will be show data with filter on date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3438125#M130474</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="618703" data-lia-user-login="yakovleva_alena" class="lia-mention lia-mention-user"&gt;yakovleva_alena&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Don't know if I understood your problem properly or not, but when you're using this visual (Between Slicer), put the date filed and don't change the value of date in this slicer until you publish this report on power bi services,&lt;BR /&gt;I think this can help you.&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 10:57:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3438125#M130474</guid>
      <dc:creator>RSC</dc:creator>
      <dc:date>2023-09-19T10:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: I need create in DAX the button that will be show data with filter on date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3438137#M130478</link>
      <description>&lt;P&gt;if i do this, i need every day change date on slicer, because every day i need to see data up to current date&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 11:08:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3438137#M130478</guid>
      <dc:creator>yakovleva_alena</dc:creator>
      <dc:date>2023-09-19T11:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: I need create in DAX the button that will be show data with filter on date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3439923#M130628</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="618703" data-lia-user-login="yakovleva_alena" class="lia-mention lia-mention-user"&gt;yakovleva_alena&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please refr to attached sample file with the solution&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 12:19:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3439923#M130628</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-09-20T12:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: I need create in DAX the button that will be show data with filter on date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3441568#M130752</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thank you very much, but it works only on slicer and does not affect on diagramm&lt;BR /&gt;I attached some screenshots from your file&lt;BR /&gt;maybe you can help me to connect date-filters and diagramms?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 13:10:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3441568#M130752</guid>
      <dc:creator>yakovleva_alena</dc:creator>
      <dc:date>2023-09-21T13:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: I need create in DAX the button that will be show data with filter on date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3441765#M130770</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="618703" data-lia-user-login="yakovleva_alena" class="lia-mention lia-mention-user"&gt;yakovleva_alena&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the interaction between the date slicer and the chart&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 15:26:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-need-create-in-DAX-the-button-that-will-be-show-data-with/m-p/3441765#M130770</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-09-21T15:26:09Z</dc:date>
    </item>
  </channel>
</rss>

