<?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 Line Chart Display Selected Month and from First Month of Year in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Chart-Display-Selected-Month-and-from-First-Month-of-Year/m-p/1724791#M35694</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have actuals in a fact table that is connected to date table. The fact table is at Month and Year so I had created new column at power query to generate start of month date column from existing year and month columns… Joined fact with date on dates. Now I am trying to plot my actuals on Line Chart&lt;/P&gt;&lt;P&gt;Scenario : I would like to select a Year Month on Slicer and want to show/display Line Chart from start of year till that Selected Year Month.&lt;BR /&gt;The below doesnt seem to work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VAR SelectedYear =
SELECTEDVALUE ( dim_date[FiscalPeriod] )
VAR Result =
CALCULATE ( sum(vw_fct_inventory[actual])/1000000, dim_date[FiscalPeriod] &amp;lt;= SelectedYear )
RETURN
Result&lt;/LI-CODE&gt;&lt;P&gt;How to achieve this please help&lt;/P&gt;&lt;P&gt;&lt;A title="Sample" href="https://www.dropbox.com/s/qothervri3qyomu/Sample.pbix?dl=0" target="_blank" rel="noopener"&gt;https://www.dropbox.com/s/qothervri3qyomu/Sample.pbix?dl=0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Archer&lt;/P&gt;</description>
    <pubDate>Tue, 16 Mar 2021 10:14:56 GMT</pubDate>
    <dc:creator>archerjayden</dc:creator>
    <dc:date>2021-03-16T10:14:56Z</dc:date>
    <item>
      <title>Line Chart Display Selected Month and from First Month of Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Chart-Display-Selected-Month-and-from-First-Month-of-Year/m-p/1724791#M35694</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have actuals in a fact table that is connected to date table. The fact table is at Month and Year so I had created new column at power query to generate start of month date column from existing year and month columns… Joined fact with date on dates. Now I am trying to plot my actuals on Line Chart&lt;/P&gt;&lt;P&gt;Scenario : I would like to select a Year Month on Slicer and want to show/display Line Chart from start of year till that Selected Year Month.&lt;BR /&gt;The below doesnt seem to work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VAR SelectedYear =
SELECTEDVALUE ( dim_date[FiscalPeriod] )
VAR Result =
CALCULATE ( sum(vw_fct_inventory[actual])/1000000, dim_date[FiscalPeriod] &amp;lt;= SelectedYear )
RETURN
Result&lt;/LI-CODE&gt;&lt;P&gt;How to achieve this please help&lt;/P&gt;&lt;P&gt;&lt;A title="Sample" href="https://www.dropbox.com/s/qothervri3qyomu/Sample.pbix?dl=0" target="_blank" rel="noopener"&gt;https://www.dropbox.com/s/qothervri3qyomu/Sample.pbix?dl=0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Archer&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 10:14:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Chart-Display-Selected-Month-and-from-First-Month-of-Year/m-p/1724791#M35694</guid>
      <dc:creator>archerjayden</dc:creator>
      <dc:date>2021-03-16T10:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Display Selected Month and from First Month of Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Chart-Display-Selected-Month-and-from-First-Month-of-Year/m-p/1725275#M35711</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="190551" data-lia-user-login="archerjayden" class="lia-mention lia-mention-user"&gt;archerjayden&lt;/a&gt; , if you select fewer dates and what to show more dates. You need to use an independent table. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refer to this video&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=duMSovyosXE" target="_blank"&gt;https://www.youtube.com/watch?v=duMSovyosXE&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 13:32:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Line-Chart-Display-Selected-Month-and-from-First-Month-of-Year/m-p/1725275#M35711</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-03-16T13:32:05Z</dc:date>
    </item>
  </channel>
</rss>

