<?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: Difficulty pulling data onto Line Chart in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulty-pulling-data-onto-Line-Chart/m-p/3998608#M155643</link>
    <description>&lt;P&gt;Sorry, I don't fully understand. How would I keep a snapshot automatically?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you saying I should change my date table to show every day?&lt;/P&gt;&lt;P&gt;This is what my date table looks like where it spans all the way to the end of 2024.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2024 16:07:11 GMT</pubDate>
    <dc:creator>krnfds</dc:creator>
    <dc:date>2024-06-18T16:07:11Z</dc:date>
    <item>
      <title>Difficulty pulling data onto Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulty-pulling-data-onto-Line-Chart/m-p/3993995#M155091</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have a Power BI dashboard that pulls data from a csv file. I refreshed the data this past Monday. I have a card showing the total backlog#. Right now, the line chart is not pulling correctly where the quantity each week amounts to the total backlog#.&lt;/P&gt;&lt;P&gt;Instead, I want the chart to show what the total backlog# was for each Monday if that makes sense. I have a date table showing every date which is a Monday. The backlog quantity is pulled from a different table, capturing the count of rows with values in them in the Backlog Qty. column.&lt;/P&gt;&lt;P&gt;If I were to make this dashboard refresh everyday on the service, what would I need to do to make the line chart take the total backlog# only on Mondays, and save it so that it can be referenced for previous Mondays?&lt;/P&gt;&lt;P&gt;Please let me know if you have any questions if it does not make sense! Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what the graph looks like right now which is wrong. Each Monday should actually be showing a number ranging from 600-900 each week where it does not sum to the current backlog number of 882.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 22:27:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulty-pulling-data-onto-Line-Chart/m-p/3993995#M155091</guid>
      <dc:creator>krnfds</dc:creator>
      <dc:date>2024-06-14T22:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty pulling data onto Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulty-pulling-data-onto-Line-Chart/m-p/3994356#M155094</link>
      <description>&lt;P&gt;Can you provide some sample data or pbix file?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jun 2024 14:35:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulty-pulling-data-onto-Line-Chart/m-p/3994356#M155094</guid>
      <dc:creator>xifeng_L</dc:creator>
      <dc:date>2024-06-15T14:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty pulling data onto Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulty-pulling-data-onto-Line-Chart/m-p/3996871#M155378</link>
      <description>&lt;P&gt;Unfortunately, I cannot provide the whole file &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The backlog qty column looks like this where it shows a specific order. The cell is blank if it is not backlogged.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The x axis of the line chart uses this dax expression:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Backlog Qty&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt; &lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'PPIOO000_P34'&lt;/SPAN&gt;&lt;SPAN&gt;[Backlog Qty]&lt;/SPAN&gt;&lt;SPAN&gt; ) + &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The y axis uses this:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Backlog Calendar =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;StartDate&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;DATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;2021&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;EndDate&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;DATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;2024&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;12&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;31&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;DateRange&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;ADDCOLUMNS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALENDAR&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;StartDate&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;EndDate&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"WeekDay"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;WEEKDAY&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;DateRange&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;[WeekDay]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Please let me know if you need additional info or have other questions!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Jun 2024 20:44:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulty-pulling-data-onto-Line-Chart/m-p/3996871#M155378</guid>
      <dc:creator>krnfds</dc:creator>
      <dc:date>2024-06-17T20:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty pulling data onto Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulty-pulling-data-onto-Line-Chart/m-p/3998523#M155637</link>
      <description>&lt;P&gt;I think you should change the table structure to the following, keeping a snapshot on each Monday.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Day&lt;/TD&gt;&lt;TD&gt;Backlog Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4/1/2024&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;xxxxx&lt;/P&gt;&lt;P&gt;xxxxx&lt;/P&gt;&lt;P&gt;xxxxx&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;4/2/2024&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;xxxxx&lt;/P&gt;&lt;P&gt;xxxxx&lt;/P&gt;&lt;P&gt;xxxxx&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;4/3/2024&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;xxxxx&lt;/P&gt;&lt;P&gt;xxxxx&lt;/P&gt;&lt;P&gt;xxxxx&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;...&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you~&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 15:13:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulty-pulling-data-onto-Line-Chart/m-p/3998523#M155637</guid>
      <dc:creator>xifeng_L</dc:creator>
      <dc:date>2024-06-18T15:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty pulling data onto Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulty-pulling-data-onto-Line-Chart/m-p/3998608#M155643</link>
      <description>&lt;P&gt;Sorry, I don't fully understand. How would I keep a snapshot automatically?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you saying I should change my date table to show every day?&lt;/P&gt;&lt;P&gt;This is what my date table looks like where it spans all the way to the end of 2024.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 16:07:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulty-pulling-data-onto-Line-Chart/m-p/3998608#M155643</guid>
      <dc:creator>krnfds</dc:creator>
      <dc:date>2024-06-18T16:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty pulling data onto Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulty-pulling-data-onto-Line-Chart/m-p/3998869#M155668</link>
      <description>&lt;P&gt;I added these columns to the main table. Would these help in any way?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Total Backlog Qty =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;PPIOO000_P34&lt;/SPAN&gt;&lt;SPAN&gt;[Backlog Qty]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Refresh Date and Weekday Name is using Power Query, so it would pull new info automatically when the data refreshed.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Jun 2024 20:10:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difficulty-pulling-data-onto-Line-Chart/m-p/3998869#M155668</guid>
      <dc:creator>krnfds</dc:creator>
      <dc:date>2024-06-18T20:10:21Z</dc:date>
    </item>
  </channel>
</rss>

