<?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>kyle_l Tracker</title>
    <link>https://community.fabric.microsoft.com/t5/s/yrjkf47658/tracker</link>
    <description>kyle_l Tracker</description>
    <pubDate>Sat, 19 Sep 2026 02:53:41 GMT</pubDate>
    <dc:date>2026-09-19T02:53:41Z</dc:date>
    <item>
      <title>Re: How to "double" filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/26661#M8455</link>
      <description>&lt;P&gt;Question on MAX:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having played with the formula, I found that&amp;nbsp;I can achieve the same effect by putting MAX on &lt;STRONG&gt;both side or neither side &lt;/STRONG&gt;of the euqation, like:&lt;/P&gt;&lt;PRE&gt;Measure = CALCULATE(COUNT('To'[Index]), FILTER('To',&lt;STRONG&gt;MAX&lt;/STRONG&gt;('To'[Index])= &lt;STRONG&gt;MAX&lt;/STRONG&gt;('To'[Index])))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;PRE&gt;Measure = CALCULATE(COUNT('To'[Index]), FILTER('To','To'[Index]='To'[Index]))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whereas ImkeF puts MAX only on the&amp;nbsp;right hand side:&lt;/P&gt;&lt;PRE&gt;Measure = CALCULATE(COUNT('To'[Index]), FILTER('To','To'[Index]= &lt;STRONG&gt;MAX&lt;/STRONG&gt;('To'[Index])))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can anyone enlighten me why putting MAX only on one side?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to DAX coming from the SQL world, the way I picture how this formula works is like this:&lt;/P&gt;&lt;PRE&gt;SELECT COUNT() AS kount
FROM
	(SELECT From_City, To_City
	FROM table 'To'
	WHERE MAX(Index) == MAX(Index)&lt;BR /&gt;	GROUP BY From_City, To_City&lt;BR /&gt;	)&lt;BR /&gt;HAVING kount == 2&lt;/PRE&gt;&lt;P&gt;The smart thing&amp;nbsp;about ImkeF's DAX formula is that the GROUP BY&amp;nbsp;columns (From_City and To_City) are dynamically determined by the visual so you don't have to hardcode them like in the SQL above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To articulate my question--&amp;nbsp;IF this is how the DAX formula works, wouldn't it make sense to put MAX on both sides because there's a (implicit) GROUP BY?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 23:01:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/26661#M8455</guid>
      <dc:creator>kyle_l</dc:creator>
      <dc:date>2016-03-31T23:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to "double" filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/25913#M8346</link>
      <description>&lt;P&gt;Thanks ImkeF.&lt;/P&gt;&lt;P&gt;I'd like to report back that&amp;nbsp;your solution works perfectly!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Didn't respond back sooner because I tried to understand how your DAX formula works, and being a DAX newbie&amp;nbsp;it took me a few days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 18:13:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/25913#M8346</guid>
      <dc:creator>kyle_l</dc:creator>
      <dc:date>2016-03-31T18:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to "double" filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/24785#M8063</link>
      <description>&lt;P&gt;taraskaduk-&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the confusion. Let me try again--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use the city filter to select cities so that:&lt;/P&gt;&lt;P&gt;1) connections between selected cities show up in the visual, and&lt;/P&gt;&lt;P&gt;2) connections that involve non-selected cities don't show up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With ImkeF's help I was able to achieve 1) but not 2).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had actually tried the same lookup table method as your&amp;nbsp;suggested above,&amp;nbsp;but it worked funky. Connections would show up or not show up depending on&amp;nbsp;if the selected city is connected to the City_Lookup through the&amp;nbsp;&lt;STRONG&gt;From&lt;/STRONG&gt; column or the &lt;STRONG&gt;To&lt;/STRONG&gt; column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's&amp;nbsp;a small PowerBI &lt;A href="https://www.dropbox.com/s/ojub3remdmrynw3/PBI_ForceDirectedSlicer.pbix?dl=0" target="_self"&gt;example&lt;/A&gt; that illustrates the situation (in the "taraskaduk solution" tab).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 23:27:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/24785#M8063</guid>
      <dc:creator>kyle_l</dc:creator>
      <dc:date>2016-03-25T23:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to "double" filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/24779#M8059</link>
      <description>&lt;P&gt;Thaks to taraskaduk for chiming in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed&amp;nbsp;I don't care about direction of connection, but the challenge remains: How to use&amp;nbsp;one filter to filter cities&amp;nbsp;from two columns? the columns are &lt;STRONG&gt;From&lt;/STRONG&gt; and &lt;STRONG&gt;To&lt;/STRONG&gt; if I cared about the direction, or &lt;STRONG&gt;City_A&lt;/STRONG&gt; and &lt;STRONG&gt;City_B&lt;/STRONG&gt; if I didn't care about the direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understand your suggestion correctly-- correct me if I didn't-- You are suggesting creating a &lt;STRONG&gt;From-To&lt;/STRONG&gt; column and let users filter based on this column. While this is certainly a solution, practically there will be too many From-To&amp;nbsp;pairs in the filter box. For instance, if the user wants to filter out connections with Berlin, s/he will have to uncheck Berlin-London, Berlin-Seattle, Berlin-Sydney, and so on so forth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally, the user only needs to&amp;nbsp;uncheck Berlin from the filter box&amp;nbsp;to filter out all connections with Berlin. (and this is where I'm pulling my hairs trying to figure out...)&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 20:47:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/24779#M8059</guid>
      <dc:creator>kyle_l</dc:creator>
      <dc:date>2016-03-25T20:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to "double" filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/24776#M8056</link>
      <description>&lt;P&gt;ImkeF- You did understand my request perfectly,&amp;nbsp;which is to filter out cities that are not selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I initially thought that your solution will do just that, but later realized that it doesn't work that way. For instance, when only one city, say Berlin, is checked in the filter box, two connections (i.e. two rows from the data) will show:&lt;/P&gt;&lt;P&gt;1) From=Seattle, To= Berlin, FromTo = To, City= Berlin&lt;/P&gt;&lt;P&gt;2) From= London, To= Berlin, FromTo= To, City= Berlin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...because City= Berlin, which is what the filter specifies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The number of connections that the filter allows to show depends on how many rows where City&amp;nbsp;is in&amp;nbsp;[list of selected cities].&lt;/P&gt;&lt;P&gt;In other words,&amp;nbsp;it shows every city that are connected to the selected city(ies) instead of filtering out cities that are not selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alas, good thing it's a slow Friday and I'll have time to find ways to crack it ;)&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>Fri, 25 Mar 2016 23:48:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/24776#M8056</guid>
      <dc:creator>kyle_l</dc:creator>
      <dc:date>2016-03-25T23:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to "double" filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/24761#M8051</link>
      <description>&lt;P&gt;Thank you ImkeF. Your instructions were easy to follow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's one little thing though--&amp;nbsp;this filter hack&amp;nbsp;works great when a user wants to show&amp;nbsp;every city that are connected with selected cities, but it doesn't&amp;nbsp;let the user to filter out cities&amp;nbsp;that are not selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance, if we checked Berlin and London in the filter box, the visual still shows the two cities' connections with Sydney and Seattle. This is OK when the number of cities is small like in this example, but&amp;nbsp;when the data contains many cities-- if I select&amp;nbsp;5 cities&amp;nbsp;from the filter (wanting to see where the strong connections are between these&amp;nbsp;5 cities) the visual will show dozens other cities that are connected to the&amp;nbsp;5 selected cities, making it hard to&amp;nbsp;see connections between the 5 cities of interest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not a fault of your solution but what people normally want a filter to do-- to filter down the number objects in a visual so they can see better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess&amp;nbsp;one (partial) solution is to add another filter on Visitor_Count, but then, connections between the 5 cities are not necessarily the stronger connections that will still show up after this second filter is applied.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 19:06:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/24761#M8051</guid>
      <dc:creator>kyle_l</dc:creator>
      <dc:date>2016-03-25T19:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to "double" filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/24569#M7950</link>
      <description>&lt;P&gt;ImkeF, Thanks for the prompt response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand&amp;nbsp;your&amp;nbsp;idea (clever!) but&amp;nbsp;don't quite understand how to impliment&amp;nbsp;(I'm new to PowerBI), so bear with me here--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) What does consolidation attribute do?&amp;nbsp;Where and how&amp;nbsp;do&amp;nbsp;I set consolidation attribute for a table?&lt;/P&gt;&lt;P&gt;2) Does the code create the 2nd table (i.e. the appended table), or do you have to duplicate the first table first and then modify it with the code?&lt;/P&gt;&lt;P&gt;3) I noticed that in your example file the From table and the To table have a many-to-one relation on Visitor_Count. Is it OK when my data has duplicates&amp;nbsp;across To-From pairs (i.e. multiple To-From city pairs have the same number of Visitor_Counts)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 01:05:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/24569#M7950</guid>
      <dc:creator>kyle_l</dc:creator>
      <dc:date>2016-03-24T01:05:28Z</dc:date>
    </item>
    <item>
      <title>How to "double" filter?</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/24529#M7928</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am visualizing a table (using force directed visual)&amp;nbsp;that contains three columns:&amp;nbsp;From_City, To_City, Visitor_Count&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a single filter (on the visual) that filters both From_City and To_City in the same time, so that users of the visual don't have to deal with two filters: a From_City filter and a To_City filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I tried but didn't work: Created a lookup table with a single column, City, and then relate City to both From_City and To_City, but PowerBI&amp;nbsp;doesn't allow&amp;nbsp;both relations to be active in the same time, so&amp;nbsp;a City-based filtered cannot filter both columns in the same time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have a solution to this? (any help will be appreciated)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I do understand that function-wise such a "double" filter&amp;nbsp;is not the&amp;nbsp;same as two seperate filters, but it is appropriate in my case.&lt;/P&gt;&lt;P&gt;----------------------------------------------------&lt;/P&gt;&lt;P&gt;Update:&lt;/P&gt;&lt;P&gt;To articulate, I want to use the city filter to select cities so that:&lt;/P&gt;&lt;P&gt;1) connections between selected cities show up in the visual, AND&lt;/P&gt;&lt;P&gt;2) connections that involve non-selected cities don't show up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I was able to achieve 1)&amp;nbsp;thanks to&amp;nbsp;ImkeF's help but still can't achieve 2)&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>Fri, 25 Mar 2016 23:35:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/How-to-quot-double-quot-filter/m-p/24529#M7928</guid>
      <dc:creator>kyle_l</dc:creator>
      <dc:date>2016-03-25T23:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed: Sankey diagram</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Help-needed-Sankey-diagram/m-p/13539#M3432</link>
      <description>&lt;P&gt;Thanks, jep!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I upgraded to the latest release of PowerBI desktop and it worked.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2015 17:18:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Help-needed-Sankey-diagram/m-p/13539#M3432</guid>
      <dc:creator>kyle_l</dc:creator>
      <dc:date>2015-12-31T17:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed: Sankey diagram</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Help-needed-Sankey-diagram/m-p/13355#M3361</link>
      <description>&lt;P&gt;Thanks for pointing me to&amp;nbsp;the example data,&amp;nbsp;BUT it still wouldn't plot (showing only chart title).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Makes me wonder- Do I have download some javascript or d3&amp;nbsp;component for the visual to show?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI, I am using PowerBI desktop. Saved the example data to my local machine and then added the downloaded data to the PowerBI project. Then I try to use Sankey visual with no avail.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2015 16:34:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Help-needed-Sankey-diagram/m-p/13355#M3361</guid>
      <dc:creator>kyle_l</dc:creator>
      <dc:date>2015-12-29T16:34:08Z</dc:date>
    </item>
    <item>
      <title>Help needed: Sankey diagram</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Help-needed-Sankey-diagram/m-p/12900#M3124</link>
      <description>&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have anyone&amp;nbsp;had success using the Sankey diagram viz that was published recently (mid-December '15) to Visuals Gallery?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded and imported the visual to PowerBI Desktop but couldn't get it to plot. I tried three different data sets-- from real data sets&amp;nbsp;to a tiny toy data set-- but it&amp;nbsp;simply wouldn't plot. It would show a blank box showing nothing but chart title.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I miss a step? Does&amp;nbsp;Sankey viz require a specific data format for it to plot?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Kyle&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 17:43:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Help-needed-Sankey-diagram/m-p/12900#M3124</guid>
      <dc:creator>kyle_l</dc:creator>
      <dc:date>2015-12-21T17:43:34Z</dc:date>
    </item>
  </channel>
</rss>

