<?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>Gutenvirt Tracker</title>
    <link>https://community.fabric.microsoft.com/t5/s/yrjkf47658/tracker</link>
    <description>Gutenvirt Tracker</description>
    <pubDate>Wed, 16 Sep 2026 00:50:18 GMT</pubDate>
    <dc:date>2026-09-16T00:50:18Z</dc:date>
    <item>
      <title>Filter based on another column's value from an associated sclicer selection.</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Filter-based-on-another-column-s-value-from-an-associated/m-p/185524#M81556</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table of site names and site types. &amp;nbsp;If a user selects one of the site names in a slicer, how I can show all other site names that have the same site type (based on the slicer selection)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I.e.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Site_Name &amp;nbsp; &amp;nbsp;Site_Type&lt;/P&gt;&lt;P&gt;Site A &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;Site B &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;Site C &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;/P&gt;&lt;P&gt;Site D &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;Site E &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User selects 'Site A' and a table populates with 'Site A', 'Site B', and 'Site E'&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>Wed, 31 May 2017 19:00:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Filter-based-on-another-column-s-value-from-an-associated/m-p/185524#M81556</guid>
      <dc:creator>Gutenvirt</dc:creator>
      <dc:date>2017-05-31T19:00:24Z</dc:date>
    </item>
    <item>
      <title>Simple User Filtering options</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Simple-User-Filtering-options/m-p/126386#M53589</link>
      <description>&lt;P&gt;I'm trying to filter data by the username of the current logged-in client. &amp;nbsp;I realize there are solutions to this, RLS is enabled, but we don't have SSAS to manage the aggregations outside of PBI. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a measure that looks up a 'tag' value of the username() and a table that matches the username to a site location. &amp;nbsp;Then I'm trying to create a column that calculates the max of the site number and filter on the measure's value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CheckSite = IF(LOOKUPVALUE(UsersTab[Tag], UserTabs[Domain], USERNAME()), 1, 0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CheckSecurity = CALCULATE(MAX(UsersTab[Site_Number]), FILTER(UsersTab, [CheckSite]= 1))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping to use the CheckSecurity column as a report-level filter, but I get an error that username() is not allowed in columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to circumvent these restricts, but so far no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 15:35:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Simple-User-Filtering-options/m-p/126386#M53589</guid>
      <dc:creator>Gutenvirt</dc:creator>
      <dc:date>2017-02-13T15:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: CALCULATE and filtering by aggregate comparison</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/CALCULATE-and-filtering-by-aggregate-comparison/m-p/26738#M8494</link>
      <description>&lt;P&gt;Sorry, I should have provided a bit of context. &amp;nbsp;I'm looking at an NCEA dataset about school districts. &amp;nbsp;Here is a sample of the data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;district&lt;/TD&gt;&lt;TD&gt;rndstratio&lt;/TD&gt;&lt;TD&gt;num_schs&lt;/TD&gt;&lt;TD&gt;clsrm_tch_fte&lt;/TD&gt;&lt;TD&gt;num_stds&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Alachua&lt;/TD&gt;&lt;TD&gt;16&lt;/TD&gt;&lt;TD&gt;72&lt;/TD&gt;&lt;TD&gt;1804&lt;/TD&gt;&lt;TD&gt;28157&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Baker&lt;/TD&gt;&lt;TD&gt;16&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;312&lt;/TD&gt;&lt;TD&gt;4985&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bay&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;TD&gt;51&lt;/TD&gt;&lt;TD&gt;1794&lt;/TD&gt;&lt;TD&gt;27053&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bradford&lt;/TD&gt;&lt;TD&gt;13&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;243&lt;/TD&gt;&lt;TD&gt;3239&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Brevard&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;TD&gt;128&lt;/TD&gt;&lt;TD&gt;4723&lt;/TD&gt;&lt;TD&gt;71232&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My intent was to create a report that lists schools with a similar number of schools (+/- 15%) &amp;nbsp;So if I select Alachua from a slicer, I would display the average number of students for all district that have between 62 and 83 schools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps; if the 'if' statements you mentioned might make this work. &amp;nbsp;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 12:07:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/CALCULATE-and-filtering-by-aggregate-comparison/m-p/26738#M8494</guid>
      <dc:creator>Gutenvirt</dc:creator>
      <dc:date>2016-04-01T12:07:20Z</dc:date>
    </item>
    <item>
      <title>CALCULATE and filtering by aggregate comparison</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/CALCULATE-and-filtering-by-aggregate-comparison/m-p/26579#M8415</link>
      <description>&lt;P&gt;I'm new to Power Bi and DAX but I have some familarity with Excel and Tableau. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In any event, I'd like to use the CALCULATE function to find the average of some column if the the average of another column is equal to the average of another column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;InRange= CALCULATE(AVERAGE(tbl2[percent]),AVERAGE(tbl2[num_partic])=AVERAGE(tbl_input[num_build]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It gives an error about True/False expressions (which I'd assume means it can equate two aggregate functions)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally I'd have a predetermined tolerance of about +/- 15% but I can work on that if I get the above working. &amp;nbsp;Any &amp;nbsp;help woudl be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 16:16:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/CALCULATE-and-filtering-by-aggregate-comparison/m-p/26579#M8415</guid>
      <dc:creator>Gutenvirt</dc:creator>
      <dc:date>2016-03-31T16:16:06Z</dc:date>
    </item>
  </channel>
</rss>

