<?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: Stopping a line graph at today in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3220255#M117690</link>
    <description>&lt;P&gt;I forgot to mention one thing. These lines are based on dates..not dollar values. The yellow bars are indeed the cumulative for total value, but the lines need to be related to dates. Baseline is when we think we are awarding a certain contract to a vendor, actual (which is the line I want to create) is when we actually award it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2023 14:39:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-04T14:39:23Z</dc:date>
    <item>
      <title>Stopping a line graph at today</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3219848#M117668</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been working on a formula to get my actual data to stop today. The chart will show a line through all year (running baseline award) vs a line that goes from the beginning of the year until today, cumulative (running actual award). I have my usual date table as well ('Date' [Date)] but I cannot seem to find the correct formula.&amp;nbsp; Any help is greatly appreciated&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 12:12:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3219848#M117668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-04T12:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping a line graph at today</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3220039#M117677</link>
      <description>&lt;P&gt;are you trying to make the calendar table autaumaticall show till today ?&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 13:16:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3220039#M117677</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-05-04T13:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping a line graph at today</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3220065#M117681</link>
      <description>&lt;P&gt;No. or I havent thought of it at least. I have my calendar table, which has usual columns (days, months, years). I have another column refreshing everyday to Today, or I could use =Today() too. I want to create a line like below (black line)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 13:24:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3220065#M117681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-04T13:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping a line graph at today</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3220088#M117682</link>
      <description>&lt;P&gt;if i understood correctly you want to create a new line emasure that will be from start of year to todays month in that case may?&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 13:37:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3220088#M117682</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-05-04T13:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping a line graph at today</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3220112#M117683</link>
      <description>&lt;P&gt;Yes thats it, so I have data for around 10 years, I am now showing only this year, the blue line is a baseline I have, will never change throughout the year, the new one that I want to create is an actual, which I am populating every month given an X value, this is the one I want to show from the beginning of the year until the current month. This way I can show were are we on the forecasted value&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 13:41:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3220112#M117683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-04T13:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping a line graph at today</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3220118#M117684</link>
      <description>&lt;P&gt;can you share some sample data so i can help ypu out&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;the solution would be to make a disconnected date table(no relationships) that is the same as your main calendar table and make a measure like&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;calculate(sum(sales),[month number] &amp;lt;=[disocnnected table today month])&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 13:43:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3220118#M117684</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-05-04T13:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping a line graph at today</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3220255#M117690</link>
      <description>&lt;P&gt;I forgot to mention one thing. These lines are based on dates..not dollar values. The yellow bars are indeed the cumulative for total value, but the lines need to be related to dates. Baseline is when we think we are awarding a certain contract to a vendor, actual (which is the line I want to create) is when we actually award it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 14:39:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Stopping-a-line-graph-at-today/m-p/3220255#M117690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-04T14:39:23Z</dc:date>
    </item>
  </channel>
</rss>

