<?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: Filtering data through yeterday in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Filtering-data-through-yeterday/m-p/4607167#M12299</link>
    <description>&lt;P&gt;Thank you!&amp;nbsp; Is there a way to do it on the visual level instead of adding to the dataset?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Mar 2025 14:59:30 GMT</pubDate>
    <dc:creator>JSmart913</dc:creator>
    <dc:date>2025-03-12T14:59:30Z</dc:date>
    <item>
      <title>Filtering data through yeterday</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Filtering-data-through-yeterday/m-p/4601075#M12263</link>
      <description>&lt;P&gt;I have a report where I want to filter the dat up through yesterday automatically without having to have a slicer and changing the day on the slicer every morning.&amp;nbsp; Is this possible?&amp;nbsp; Basically I would want to see number of sales and number of expected sales for the month up through yesterday&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 20:02:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Filtering-data-through-yeterday/m-p/4601075#M12263</guid>
      <dc:creator>JSmart913</dc:creator>
      <dc:date>2025-03-07T20:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data through yeterday</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Filtering-data-through-yeterday/m-p/4601235#M12264</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/924212"&gt;@JSmart913&lt;/a&gt;&amp;nbsp;Several ways to do this. One would be to add this column to your data and then set a page or report level filter to filter for 1:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = IF( [Date] &amp;lt; TODAY(), 1, 0 )&lt;/LI-CODE&gt;
&lt;P&gt;This assumes that the data is refreshed every morning for example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 22:28:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Filtering-data-through-yeterday/m-p/4601235#M12264</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2025-03-07T22:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data through yeterday</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Filtering-data-through-yeterday/m-p/4607167#M12299</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp; Is there a way to do it on the visual level instead of adding to the dataset?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 14:59:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Filtering-data-through-yeterday/m-p/4607167#M12299</guid>
      <dc:creator>JSmart913</dc:creator>
      <dc:date>2025-03-12T14:59:30Z</dc:date>
    </item>
  </channel>
</rss>

