<?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: Report reflecting data like the Stock Market in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Report-reflecting-data-like-the-Stock-Market/m-p/3079645#M107260</link>
    <description>&lt;P&gt;But they ALL seem to work when theres a filter selected. I wanted a solution for when&amp;nbsp; theres no filters selected.&lt;/P&gt;&lt;P&gt;i.e. I cant imagine running a TV channel filtering data speifically to those clients who watch my channel every morning. Simply Impossible. So the solution would be to just show UNFILTERED Current data all the time.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 14:07:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-02-14T14:07:35Z</dc:date>
    <item>
      <title>Report reflecting data like the Stock Market</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Report-reflecting-data-like-the-Stock-Market/m-p/3078724#M107159</link>
      <description>&lt;P&gt;How can my Power BI report reflect current YTD,QTD and MTD data &lt;STRONG&gt;&lt;FONT face="arial black,avant garde"&gt;without&lt;/FONT&gt; &lt;/STRONG&gt;selecting a value from filter?&lt;/P&gt;&lt;P&gt;Think of what you see if you turn on your TV in the morning to look at CNBC... YOU SEE LIVE DATA!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to replicate that with my report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So instead of Stock prices, my report would have YTD, QTD and MTD data WITHOUT SELECTING ANYTHING from my FILTER (Unselected) Just like stock data on your screen in the morning. Please Help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 03:06:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Report-reflecting-data-like-the-Stock-Market/m-p/3078724#M107159</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-14T03:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Report reflecting data like the Stock Market</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Report-reflecting-data-like-the-Stock-Market/m-p/3078760#M107169</link>
      <description>&lt;P&gt;There's DAX functions that do that calculation for you -&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/dax/totalytd-function-dax" target="_self"&gt;TOTALYTD,&lt;/A&gt;&amp;nbsp;TOTALQTD and TOTALMTD, which you can combine with TODAY() that just returns today's date.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 03:41:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Report-reflecting-data-like-the-Stock-Market/m-p/3078760#M107169</guid>
      <dc:creator>vicky_</dc:creator>
      <dc:date>2023-02-14T03:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Report reflecting data like the Stock Market</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Report-reflecting-data-like-the-Stock-Market/m-p/3079645#M107260</link>
      <description>&lt;P&gt;But they ALL seem to work when theres a filter selected. I wanted a solution for when&amp;nbsp; theres no filters selected.&lt;/P&gt;&lt;P&gt;i.e. I cant imagine running a TV channel filtering data speifically to those clients who watch my channel every morning. Simply Impossible. So the solution would be to just show UNFILTERED Current data all the time.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 14:07:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Report-reflecting-data-like-the-Stock-Market/m-p/3079645#M107260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-14T14:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Report reflecting data like the Stock Market</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Report-reflecting-data-like-the-Stock-Market/m-p/3079652#M107261</link>
      <description>&lt;P&gt;In your measures, use variables and manage your filters with functions such as:&lt;/P&gt;&lt;P&gt;ALL&lt;/P&gt;&lt;P&gt;ALLSELECTED&lt;/P&gt;&lt;P&gt;ALLEXCEPT&lt;/P&gt;&lt;P&gt;REMOVEFILTERS&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 14:10:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Report-reflecting-data-like-the-Stock-Market/m-p/3079652#M107261</guid>
      <dc:creator>BrianConnelly</dc:creator>
      <dc:date>2023-02-14T14:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Report reflecting data like the Stock Market</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Report-reflecting-data-like-the-Stock-Market/m-p/3408793#M128818</link>
      <description>&lt;P&gt;One approach could involve using DAX calculations and measures to automatically calculate YTD, QTD, and MTD data based on the current date, eliminating the need for manual filter selection. This would allow your report to show the latest data as soon as it's opened, similar to the live stock updates on TV.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 12:12:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Report-reflecting-data-like-the-Stock-Market/m-p/3408793#M128818</guid>
      <dc:creator>PenelopeEllison</dc:creator>
      <dc:date>2023-08-31T12:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Report reflecting data like the Stock Market</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Report-reflecting-data-like-the-Stock-Market/m-p/3444599#M130983</link>
      <description>&lt;P&gt;I hope this message finds you well. I've noticed that this solution remain unresolved. If any of you have managed to find a resolution to the issue, I kindly request that you share your solution for the benefit of the entire community. Alternatively, if you're still facing challenges, please do let us know as well.&lt;/P&gt;
&lt;P&gt;Your insights and updates will greatly assist others who might be encountering the same challenge.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2023 08:10:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Report-reflecting-data-like-the-Stock-Market/m-p/3444599#M130983</guid>
      <dc:creator>technolog</dc:creator>
      <dc:date>2023-09-24T08:10:16Z</dc:date>
    </item>
  </channel>
</rss>

