<?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: Force Directed Graph with Retrospective in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2383947#M856489</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;Miguel. It works. I have few more scenario.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do i attach a pbix?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2022 16:34:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-03-09T16:34:30Z</dc:date>
    <item>
      <title>Force Directed Graph with Retrospective</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2379224#M855156</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a force directed graph, I'm looking to see all interactions related to a node when a slicer is used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the below you could see once Atlanta is selected, it shows only ATL - BOS but not BOS - ATL.&amp;nbsp;&amp;nbsp;Is there a way to show all interaction to that node? apologize i could not attach the pbix however i have provide the details below.&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;DummyData&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Source&lt;/TD&gt;&lt;TD&gt;Destination&lt;/TD&gt;&lt;TD&gt;Flight&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Atlanta&lt;/TD&gt;&lt;TD&gt;Boston&lt;/TD&gt;&lt;TD&gt;Flight1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Atlanta&lt;/TD&gt;&lt;TD&gt;Chicago&lt;/TD&gt;&lt;TD&gt;Flight2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Atlanta&lt;/TD&gt;&lt;TD&gt;NewYork&lt;/TD&gt;&lt;TD&gt;Flight3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Boston&lt;/TD&gt;&lt;TD&gt;Atlanta&lt;/TD&gt;&lt;TD&gt;Flight4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 16:32:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2379224#M855156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-07T16:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Force Directed Graph with Retrospective</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2383367#M856294</link>
      <description>&lt;P&gt;HI&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a table with all the airports then add the following measure:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Filter Airports =
IF (
    VALUES ( 'Table'[Destination] )
        IN VALUES ( Airport[Airport] )
            || VALUES ( 'Table'[Source] ) IN VALUES ( Airport[Airport] ),
    1
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now use this measure to filter out the Force direct and the Airport has your slicer:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Check PBIX file attach.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 10:56:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2383367#M856294</guid>
      <dc:creator>MFelix</dc:creator>
      <dc:date>2022-03-09T10:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Force Directed Graph with Retrospective</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2383947#M856489</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;Miguel. It works. I have few more scenario.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do i attach a pbix?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 16:34:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2383947#M856489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-09T16:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Force Directed Graph with Retrospective</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2384012#M856509</link>
      <description>&lt;P&gt;Thanks Miguel. Apologize i cant attach since my org does not allow online drives. So trying my best on the image below. On the same report i have another visual. (i cant use filter airport to the visual. may be its a visual issue?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Changes made&lt;/P&gt;&lt;P&gt;- Added a new record (phoenix to atlanta record)&lt;/P&gt;&lt;P&gt;- Added phoenix to airport table&lt;/P&gt;&lt;P&gt;- Added State to airport table&lt;/P&gt;&lt;P&gt;- Added Decomposition tree&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>Wed, 09 Mar 2022 17:13:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2384012#M856509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-09T17:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Force Directed Graph with Retrospective</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2384133#M856551</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To what I can you want to show the routes correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try the following add the measure below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Total Flights = COUNTROWS(filter(ADDCOLUMNS('Table', "FilterAirports", [Filter Airports]), [FilterAirports] &amp;lt;&amp;gt; BLANK()))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now use this measure on the tree map visualization and the destinations / source on the explanation:&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;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 18:25:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2384133#M856551</guid>
      <dc:creator>MFelix</dc:creator>
      <dc:date>2022-03-09T18:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Force Directed Graph with Retrospective</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2384334#M856623</link>
      <description>&lt;P&gt;Thanks Miguel. Almost close. But the below is what im trying to get.&amp;nbsp; Any thoughts. I'm not trying to count the flights.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please dont get carried away by the word "Destination". The intent of the tree is show only connections between airports and what flights. Atlanta connects 4 airports. So when atlanta is selected, tree's first column should only be 4 airports.&amp;nbsp; Next tree column is flights.&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>Wed, 09 Mar 2022 21:11:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2384334#M856623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-09T21:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Force Directed Graph with Retrospective</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2386167#M857086</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you want to different interactions&amp;nbsp; and with a single slicer you need to make a second table for the airports and the add the following measure:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Filter Decomposition = 
VAR temp_table =
    FILTER (
        ADDCOLUMNS ( 'Table', "FilterAir", [Filter Airports] ),
        [FilterAir] &amp;lt;&amp;gt; BLANK ()
    )
VAR airportsselection =
    UNION (
        FILTER (
            SELECTCOLUMNS ( temp_table, "Airport", 'Table'[Source] ),
            NOT ( [Airport] IN VALUES ( 'Airport - Slicer'[Airport] ) )
        ),
        FILTER (
            SELECTCOLUMNS ( temp_table, "Airport", 'Table'[Destination] ),
            NOT ( [Airport] IN VALUES ( 'Airport - Slicer'[Airport] ) )
        )
    )
RETURN
    COUNTROWS (
        FILTER (
            'Airport  - Decomposition Tree',
            'Airport  - Decomposition Tree'[Airport] IN airportsselection
        )
    )&lt;/LI-CODE&gt;
&lt;P&gt;Now use the column on the second airport table to be you column on the decompostion tree and filter the decompositon by the previous measures:&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>Thu, 10 Mar 2022 12:17:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Force-Directed-Graph-with-Retrospective/m-p/2386167#M857086</guid>
      <dc:creator>MFelix</dc:creator>
      <dc:date>2022-03-10T12:17:35Z</dc:date>
    </item>
  </channel>
</rss>

