<?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: Many to Many Relationship between tables and show data in single Visualization - Power BI in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Many-to-Many-Relationship-between-tables-and-show-data-in-single/m-p/483862#M6992</link>
    <description>&lt;P&gt;I have a similar issue, just trying to make a bridge table out of 3 different tables. For some reason my outer DISTINCT doesn't seem to be able to remove duplicates of blank row:&lt;BR /&gt;List-Skill groups = DISTINCT(UNION(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUES(AXtimesheets[Skill Group (Category)]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUES('FTE data lookup only'[Skill group]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUES('Consolidated Allocations'[Skill group])))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I get two blank values among all other normal names of skill groups.&lt;/P&gt;&lt;P&gt;Then another thing is that for the bridge table there shouldn't be no blanks at all. But to start with if I could find a way to keep only one blank, would be a good start. Any ideas?&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Aug 2018 10:53:06 GMT</pubDate>
    <dc:creator>Domantas</dc:creator>
    <dc:date>2018-08-08T10:53:06Z</dc:date>
    <item>
      <title>Many to Many Relationship between tables and show data in single Visualization - Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Many-to-Many-Relationship-between-tables-and-show-data-in-single/m-p/315922#M2675</link>
      <description>&lt;P&gt;Scenerio:&lt;/P&gt;&lt;P&gt;I have two tables&lt;/P&gt;&lt;P&gt;Table 1: ProductionCollection - It has product and collection amount. Product can repeat&lt;/P&gt;&lt;P&gt;Table 2: ProductSales - It has product and sales amount. Product can repeat.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I have to create a single visualization that can show product and Sales and collection amount side by side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ProductCollection and ProductSales table cannot be connected because of repeated product values.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 03:53:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Many-to-Many-Relationship-between-tables-and-show-data-in-single/m-p/315922#M2675</guid>
      <dc:creator>Rajiv1237</dc:creator>
      <dc:date>2017-12-02T03:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Many to Many Relationship between tables and show data in single Visualization - Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Many-to-Many-Relationship-between-tables-and-show-data-in-single/m-p/315927#M2676</link>
      <description>&lt;P&gt;We cannot connect Table1: ProductSales and Table2: ProductCollection directly because of many to many relationship.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Created a bridge table Table3: Product - that has distinct value of product from both tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table3: Product table creation&lt;/P&gt;&lt;PRE&gt;Product = DISTINCT(UNION(DISTINCT(ProductCollection[ProductName]), DISTINCT(ProductSales[ProductName])))&lt;/PRE&gt;&lt;P&gt;Product = DISTINCT(UNION(DISTINCT(ProductCollection[ProductName]), DISTINCT(ProductSales[ProductName])))&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;&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 03:59:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Many-to-Many-Relationship-between-tables-and-show-data-in-single/m-p/315927#M2676</guid>
      <dc:creator>Rajiv1237</dc:creator>
      <dc:date>2017-12-02T03:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Many to Many Relationship between tables and show data in single Visualization - Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Many-to-Many-Relationship-between-tables-and-show-data-in-single/m-p/400409#M5223</link>
      <description>&lt;P&gt;Is there a difference between doing this in M in the Query Editor vs within DAX in the Modeling of the report?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 17:46:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Many-to-Many-Relationship-between-tables-and-show-data-in-single/m-p/400409#M5223</guid>
      <dc:creator>steph_io</dc:creator>
      <dc:date>2018-04-19T17:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Many to Many Relationship between tables and show data in single Visualization - Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Many-to-Many-Relationship-between-tables-and-show-data-in-single/m-p/451046#M6304</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="16337" data-lia-user-login="Rajiv1237" class="lia-mention lia-mention-user"&gt;Rajiv1237&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What if we have one more column ProductType and it also has duplicate vlues and we want this column to filter both the tables and also the table product created by us.then how can we create a relationship.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 06:36:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Many-to-Many-Relationship-between-tables-and-show-data-in-single/m-p/451046#M6304</guid>
      <dc:creator>jatneerjat</dc:creator>
      <dc:date>2018-06-29T06:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Many to Many Relationship between tables and show data in single Visualization - Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Many-to-Many-Relationship-between-tables-and-show-data-in-single/m-p/483862#M6992</link>
      <description>&lt;P&gt;I have a similar issue, just trying to make a bridge table out of 3 different tables. For some reason my outer DISTINCT doesn't seem to be able to remove duplicates of blank row:&lt;BR /&gt;List-Skill groups = DISTINCT(UNION(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUES(AXtimesheets[Skill Group (Category)]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUES('FTE data lookup only'[Skill group]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUES('Consolidated Allocations'[Skill group])))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I get two blank values among all other normal names of skill groups.&lt;/P&gt;&lt;P&gt;Then another thing is that for the bridge table there shouldn't be no blanks at all. But to start with if I could find a way to keep only one blank, would be a good start. Any ideas?&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 10:53:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Many-to-Many-Relationship-between-tables-and-show-data-in-single/m-p/483862#M6992</guid>
      <dc:creator>Domantas</dc:creator>
      <dc:date>2018-08-08T10:53:06Z</dc:date>
    </item>
  </channel>
</rss>

