<?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: Getting All the values from one table to another using Dax Measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-All-the-values-from-one-table-to-another-using-Dax/m-p/3578493#M137995</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;, I tried creating relation from Dim DATE table with Budget table and GL table but it doesnt allow me. It says there will be ambiguty between Account table and DIM date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 22:34:28 GMT</pubDate>
    <dc:creator>Rabi</dc:creator>
    <dc:date>2023-12-11T22:34:28Z</dc:date>
    <item>
      <title>Getting All the values from one table to another using Dax Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-All-the-values-from-one-table-to-another-using-Dax/m-p/3576445#M137895</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi Everyone,&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Below is then dummy data model, how can i get the budget amount for GAS although there is no transaction in that account in&amp;nbsp; the General Legder using measure.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have matrix visual, I have used account code and Name in rows from ACCOUNTS table, and below is my measure for getting budget,&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Budget = 
VAR Budget = CALCULATE (
    SUM ( budget table[Budget] ),
    Budget table[month]= MAX ( General Ledger[month] ),
    Budget table[Year]= MAX ( General Ledger[Year] ),
    ALL ( Budget table[Account Code])
)&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;can you please help me to get the result below:&lt;/STRONG&gt;&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;&lt;P&gt;Thanks Verymuch for help !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2023 23:30:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-All-the-values-from-one-table-to-another-using-Dax/m-p/3576445#M137895</guid>
      <dc:creator>Rabi</dc:creator>
      <dc:date>2023-12-10T23:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting All the values from one table to another using Dax Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-All-the-values-from-one-table-to-another-using-Dax/m-p/3576553#M137897</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="609564" data-lia-user-login="Rabi" class="lia-mention lia-mention-user"&gt;Rabi&lt;/a&gt;&amp;nbsp;why you have the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;  Budget table[month]= MAX ( General Ledger[month] ),
    Budget table[Year]= MAX ( General Ledger[Year] ),&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is a date column, then add a date dimension and set the relationship of this date dimension with both GL and Budget table, and the measure should be a simple sum budget.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, in the output visual you have shown, you cannot have the same account code row twice until there is another column to make it a unique row.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 01:29:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-All-the-values-from-one-table-to-another-using-Dax/m-p/3576553#M137897</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2023-12-11T01:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting All the values from one table to another using Dax Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-All-the-values-from-one-table-to-another-using-Dax/m-p/3576636#M137901</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;, I have those column in both General ledger and Budget table, I dint wanted to clutter the dummy model that is why i didnt include the date columns, I am using Fiscal Year and Fiscal Period as dates column in both of the tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also my mistake in the output table, there is no duplicate acccount code.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 02:18:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-All-the-values-from-one-table-to-another-using-Dax/m-p/3576636#M137901</guid>
      <dc:creator>Rabi</dc:creator>
      <dc:date>2023-12-11T02:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting All the values from one table to another using Dax Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-All-the-values-from-one-table-to-another-using-Dax/m-p/3578493#M137995</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;, I tried creating relation from Dim DATE table with Budget table and GL table but it doesnt allow me. It says there will be ambiguty between Account table and DIM date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 22:34:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-All-the-values-from-one-table-to-another-using-Dax/m-p/3578493#M137995</guid>
      <dc:creator>Rabi</dc:creator>
      <dc:date>2023-12-11T22:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Getting All the values from one table to another using Dax Measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-All-the-values-from-one-table-to-another-using-Dax/m-p/3578580#M138003</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="609564" data-lia-user-login="Rabi" class="lia-mention lia-mention-user"&gt;Rabi&lt;/a&gt;&amp;nbsp;seems like the dim date table has a relationship with the account table. Why that is there?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 00:17:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-All-the-values-from-one-table-to-another-using-Dax/m-p/3578580#M138003</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2023-12-12T00:17:55Z</dc:date>
    </item>
  </channel>
</rss>

