<?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: Create line graph with data from two unrelated tables based on dates (x axis) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-line-graph-with-data-from-two-unrelated-tables-based-on/m-p/4405936#M174925</link>
    <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="929393" data-lia-user-login="gino_becerra" class="lia-mention lia-mention-user"&gt;gino_becerra&lt;/a&gt;&amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;You can create a calendar table, and create relationip among the tables, then use line chart visual, it should can work.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;You can refer to the following sample.&lt;/P&gt;
&lt;P&gt;Sample data&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hours&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Volume&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;And there is a calendar table and there is 1:n relationship among the tables.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Then you can create a line chart, and put the following field to it.&lt;/P&gt;
&lt;DIV id="tinyMceEditor_3311a7fabd8230vxinruzhumsft_5" class=""&gt;&amp;nbsp;&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditor_3311a7fabd8230vxinruzhumsft_6" class=""&gt;&amp;nbsp;
&lt;DIV id="tinyMceEditor_3311a7fabd8230vxinruzhumsft_7" class=""&gt;&amp;nbsp;
&lt;P&gt;it can work.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&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;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2025 02:14:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-02-12T02:14:00Z</dc:date>
    <item>
      <title>Create line graph with data from two unrelated tables based on dates (x axis)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-line-graph-with-data-from-two-unrelated-tables-based-on/m-p/4405524#M174899</link>
      <description>&lt;P&gt;I have two tables. one list equipment hours by day and the other volume handled by day.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i would like to create one line graph that overlaps equipment hours in the Y axis and volume on the y-2 axis (in order to seee any patterns) where the X axis is the day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the day range to display, as well as the hours and volume, will be determined by a series of filter visuals on each of the two tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;right now I have two graphs on top of each other as per below:&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>Tue, 11 Feb 2025 16:46:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-line-graph-with-data-from-two-unrelated-tables-based-on/m-p/4405524#M174899</guid>
      <dc:creator>gino_becerra</dc:creator>
      <dc:date>2025-02-11T16:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create line graph with data from two unrelated tables based on dates (x axis)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-line-graph-with-data-from-two-unrelated-tables-based-on/m-p/4405936#M174925</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="929393" data-lia-user-login="gino_becerra" class="lia-mention lia-mention-user"&gt;gino_becerra&lt;/a&gt;&amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;You can create a calendar table, and create relationip among the tables, then use line chart visual, it should can work.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;You can refer to the following sample.&lt;/P&gt;
&lt;P&gt;Sample data&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hours&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Volume&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;And there is a calendar table and there is 1:n relationship among the tables.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Then you can create a line chart, and put the following field to it.&lt;/P&gt;
&lt;DIV id="tinyMceEditor_3311a7fabd8230vxinruzhumsft_5" class=""&gt;&amp;nbsp;&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditor_3311a7fabd8230vxinruzhumsft_6" class=""&gt;&amp;nbsp;
&lt;DIV id="tinyMceEditor_3311a7fabd8230vxinruzhumsft_7" class=""&gt;&amp;nbsp;
&lt;P&gt;it can work.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 02:14:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-line-graph-with-data-from-two-unrelated-tables-based-on/m-p/4405936#M174925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-12T02:14:00Z</dc:date>
    </item>
  </channel>
</rss>

