<?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: Link supplier to corresponding products but in terms of sales quantities in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Link-supplier-to-corresponding-products-but-in-terms-of-sales/m-p/2224794#M52931</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;First of all, thanks for your respond.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The thing is that, if I change the relationship structure, I will terminate main options, measures and etc.. of the Data Set I have - It's integrated to the existng ERP system and that's why - I can not change the existing relationships.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, As it seems to me the only solution so far is the one I have wrote here couple of days ago &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Dec 2021 08:44:07 GMT</pubDate>
    <dc:creator>George1973</dc:creator>
    <dc:date>2021-12-07T08:44:07Z</dc:date>
    <item>
      <title>Link supplier to corresponding products but in terms of sales quantities</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Link-supplier-to-corresponding-products-but-in-terms-of-sales/m-p/2213960#M52325</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the problem.. I have a classic relations between Clients/Vendors another enviroment:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;When I want to operate with the GOOGS supplied filtered with some specific suppliers, the relations works perfect and I can do all other calculation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when it comes to calculate some sales qualitites filtered by specific suppliers (supposing that I want to get sales for that supplier only) then the relations given above does not work. It works only if "Client_ID" plays role in "Operations" table as a Buyer..&lt;BR /&gt;&lt;BR /&gt;I know that it's a obvious error.. But how to overcome it with DAX, I do not know.. Please advise ASAP &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 12:09:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Link-supplier-to-corresponding-products-but-in-terms-of-sales/m-p/2213960#M52325</guid>
      <dc:creator>George1973</dc:creator>
      <dc:date>2021-11-30T12:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Link supplier to corresponding products but in terms of sales quantities</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Link-supplier-to-corresponding-products-but-in-terms-of-sales/m-p/2213989#M52329</link>
      <description>&lt;P&gt;One of the possible solution comming to mind is - To create a calculated column in the Table "GOODS" showing related supplier and based on it filter the sales performance. But, I do not know how to do it and secondly - It seems to me somehow artificial&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 12:22:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Link-supplier-to-corresponding-products-but-in-terms-of-sales/m-p/2213989#M52329</guid>
      <dc:creator>George1973</dc:creator>
      <dc:date>2021-11-30T12:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Link supplier to corresponding products but in terms of sales quantities</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Link-supplier-to-corresponding-products-but-in-terms-of-sales/m-p/2214106#M52335</link>
      <description>&lt;P&gt;Well,&lt;BR /&gt;I did it in very "artificial way":&lt;BR /&gt;1. Created a separate table summirizing only Import operations from "Operations" table with the fields "Operation ID" and "Vendor/Client_ID"&lt;BR /&gt;2. Created a calculated column in "Operations Details" with ValueLookup ralating the vendors ID with Goods_ID&lt;BR /&gt;3. Crated a seperate table summirizing only Goods_ID and Vendors_ID with no blank results from the table "Operations Details"&lt;BR /&gt;4. Created a calculated column in "Goods" table with LookupValue relating Goods_Id with Vendor_ID from the indipendent table from the step 3&lt;BR /&gt;as a result I've got the desired connection/relation.. but.. hmmm.. it's so unproffesional! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please advise more advance solution&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 13:41:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Link-supplier-to-corresponding-products-but-in-terms-of-sales/m-p/2214106#M52335</guid>
      <dc:creator>George1973</dc:creator>
      <dc:date>2021-11-30T13:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Link supplier to corresponding products but in terms of sales quantities</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Link-supplier-to-corresponding-products-but-in-terms-of-sales/m-p/2219545#M52638</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your description, I can roughly understand your problem, I think you can try to change the data filter direction between table ‘Clients/Suppliers’ and table ‘Operations’ and the filter direction between table ‘Goods’ and table ‘Operations’ from “Single” to “Both” to check if the relationships can work.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more info, please refer to these two links:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-relationships-understand" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-relationships-understand&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-bidirectional-filtering" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-bidirectional-filtering&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you can get what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this result is not what you want, you can post some sample data(without sensitive data) and your expected result.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Robert Qin&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 07:37:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Link-supplier-to-corresponding-products-but-in-terms-of-sales/m-p/2219545#M52638</guid>
      <dc:creator>v-robertq-msft</dc:creator>
      <dc:date>2021-12-03T07:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Link supplier to corresponding products but in terms of sales quantities</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Link-supplier-to-corresponding-products-but-in-terms-of-sales/m-p/2224794#M52931</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;First of all, thanks for your respond.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The thing is that, if I change the relationship structure, I will terminate main options, measures and etc.. of the Data Set I have - It's integrated to the existng ERP system and that's why - I can not change the existing relationships.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, As it seems to me the only solution so far is the one I have wrote here couple of days ago &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 08:44:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Link-supplier-to-corresponding-products-but-in-terms-of-sales/m-p/2224794#M52931</guid>
      <dc:creator>George1973</dc:creator>
      <dc:date>2021-12-07T08:44:07Z</dc:date>
    </item>
  </channel>
</rss>

