<?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: Multiple Many to Manys in model (multiple many to manys with a dimension) and related facts in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-Many-to-Manys-in-model-multiple-many-to-manys-with-a/m-p/1563366#M31056</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of themodel I am looking at.&amp;nbsp; It has the 1:M's using Bridge/Factless facts between the dimensions.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to build a simple table visual of CountryName, DonorName, GrantName, Power BI errors saying it can't determine the relationship.&amp;nbsp; I have tried changing the filtering to no avail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 21 Dec 2020 18:56:04 GMT</pubDate>
    <dc:creator>amylewisAZ</dc:creator>
    <dc:date>2020-12-21T18:56:04Z</dc:date>
    <item>
      <title>Multiple Many to Manys in model (multiple many to manys with a dimension) and related facts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-Many-to-Manys-in-model-multiple-many-to-manys-with-a/m-p/1557683#M30888</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on an analytic model for a non-profit dealing with Grants.&amp;nbsp; This has some multiple many-to-many scenarios that seem to be frustrating Power BI in the way I set it up. (saying there are no relationships) I tried to use a Kimbal-like approach with a bridge(factless fact)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Business Scenario:&lt;/P&gt;&lt;P&gt;A Grant has a ID, name, and other attributes (type, etc)&lt;/P&gt;&lt;P&gt;A Grant is associated to 1:M Countries&amp;nbsp; (Area is another Dimension)&lt;/P&gt;&lt;P&gt;A Grant can have 1:M Donors (Donors is another dimension)&lt;/P&gt;&lt;P&gt;2 bridge tables exist:&amp;nbsp; BridgeGrantArea and BridgeGrantDonor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fact exists when a grant is awarded.&amp;nbsp; It is awarded for that GrantDonor Bridge.&amp;nbsp; Another Fact adds Yearly snapshots for GrantImplementationBudgeting Details (still at GrantDonor level).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DImDonor -&amp;gt; BridgeGrantDonor -&amp;gt; DimGrant -&amp;gt; BridgeGrantArea -&amp;gt; Area&lt;/P&gt;&lt;P&gt;FactGrantAward&amp;nbsp;(GrantKey,DonorKey( (or use the BridgeGrantDonorKey),ApprovedBudgetAmt, etc...)&lt;/P&gt;&lt;P&gt;FactGrantImplementation&amp;nbsp; &amp;nbsp;(Year,GrantKey,DonorKey( (or use the BridgeGrantDonorKey),ActualImplementationBudgetAmt, etc...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They are wanting to see things like&lt;/P&gt;&lt;P&gt;Country, # of Donors&lt;/P&gt;&lt;P&gt;Donors # Grants per county&lt;/P&gt;&lt;P&gt;Drill down table with Grant, country, donor......&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas how to make this happen?&amp;nbsp; I tried messing with the bi-directional filtering and also building another separate fact of Grant Area Donors, ut the additional facts with GrantDonor is frustrating the model more. (and me! :-))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice is greatly appreciated!&lt;/P&gt;&lt;P&gt;-Amy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 21:27:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-Many-to-Manys-in-model-multiple-many-to-manys-with-a/m-p/1557683#M30888</guid>
      <dc:creator>amylewisAZ</dc:creator>
      <dc:date>2020-12-17T21:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Many to Manys in model (multiple many to manys with a dimension) and related facts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-Many-to-Manys-in-model-multiple-many-to-manys-with-a/m-p/1562247#M31016</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="246814" data-lia-user-login="amylewisAZ" class="lia-mention lia-mention-user"&gt;amylewisAZ&lt;/a&gt;&amp;nbsp; I would try to get 1:many on all relationships where possible. I'm not clear on how area fits in based on your description, but am mapping out something. Does this make any sense with the tables you have? All relationships are 1 to many with 1 on the top, many on the bottom of the two tables.&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;</description>
      <pubDate>Mon, 21 Dec 2020 09:00:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-Many-to-Manys-in-model-multiple-many-to-manys-with-a/m-p/1562247#M31016</guid>
      <dc:creator>AllisonKennedy</dc:creator>
      <dc:date>2020-12-21T09:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Many to Manys in model (multiple many to manys with a dimension) and related facts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-Many-to-Manys-in-model-multiple-many-to-manys-with-a/m-p/1563366#M31056</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of themodel I am looking at.&amp;nbsp; It has the 1:M's using Bridge/Factless facts between the dimensions.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to build a simple table visual of CountryName, DonorName, GrantName, Power BI errors saying it can't determine the relationship.&amp;nbsp; I have tried changing the filtering to no avail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 18:56:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-Many-to-Manys-in-model-multiple-many-to-manys-with-a/m-p/1563366#M31056</guid>
      <dc:creator>amylewisAZ</dc:creator>
      <dc:date>2020-12-21T18:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Many to Manys in model (multiple many to manys with a dimension) and related facts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-Many-to-Manys-in-model-multiple-many-to-manys-with-a/m-p/1563486#M31068</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="246814" data-lia-user-login="amylewisAZ" class="lia-mention lia-mention-user"&gt;amylewisAZ&lt;/a&gt;&amp;nbsp; Fact GrantArea does not filter Dimension Grant, and therefore DimArea does not filter Fact GrantDonor. You could try setting both direction for FactGrantArea to Dimension Grant, but that will make it a truly many to many relationship, at least in one direction.&amp;nbsp;&lt;A href="https://excelwithallison.blogspot.com/2020/08/its-complicated-relationships-in-power_92.html" target="_blank"&gt;https://excelwithallison.blogspot.com/2020/08/its-complicated-relationships-in-power_92.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 20:48:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Multiple-Many-to-Manys-in-model-multiple-many-to-manys-with-a/m-p/1563486#M31068</guid>
      <dc:creator>AllisonKennedy</dc:creator>
      <dc:date>2020-12-21T20:48:23Z</dc:date>
    </item>
  </channel>
</rss>

