<?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: Filtering and Parameter tables in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Filtering-and-Parameter-tables/m-p/4078785#M54567</link>
    <description>&lt;P&gt;have you considered unpivoting the first table to bring it into a more useful format?&lt;/P&gt;</description>
    <pubDate>Sun, 04 Aug 2024 15:50:28 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-08-04T15:50:28Z</dc:date>
    <item>
      <title>Filtering and Parameter tables</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filtering-and-Parameter-tables/m-p/4077950#M54564</link>
      <description>&lt;P&gt;My requirement is to display the industry a firm belongs to. Several provides like Bloomberg, Bank of Amercia provide this data. I have this in a table like:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Security ID&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Bloomberg Industry&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Bank Of America Industry&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Barclays Industry&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1234JUG&lt;/TD&gt;&lt;TD&gt;Consumer Spending&lt;/TD&gt;&lt;TD&gt;Discrenary Spending&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1HPK74&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Manufacting&lt;/TD&gt;&lt;TD&gt;Machinary&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another table, that has value of each security&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Security ID&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Notional Value&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1234JUG&lt;/TD&gt;&lt;TD&gt;2024&lt;/TD&gt;&lt;TD&gt;100,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1HPK74&lt;/TD&gt;&lt;TD&gt;2024&lt;/TD&gt;&lt;TD&gt;50,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These two tables are joined using security ID. The user can select a industry classification type and display the market value for each industry in that classification type. For example he could pick Bloomberg INdustry classification type to display all bloomberg industries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have implemented this using parameter table. In the parameter table I have a name column and value points to the column in the security table. Something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Paramter Name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Parameter Value&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;BBG Industry&lt;/TD&gt;&lt;TD&gt;NameOf(Security[Bloomberg Industry])&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;BAML Industry&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;NameOf(Security[Bank Of America Industry])&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;BARC Industry&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;NameOf(Security[Barclay Industry])&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I provided a slicer to select the Industry classification type. And another table that would list all the industries in that classfication type. The slicer is driven by the name in the parameter table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="senthilvaithi_1-1722742685976.png" style="width: 200px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1144391i5275F324B44D5036/image-size/small?v=v2&amp;amp;px=200" role="button" title="senthilvaithi_1-1722742685976.png" alt="senthilvaithi_1-1722742685976.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The industry classifcation is driven by the value parameter table. The value changes, based on the selection in the slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="senthilvaithi_3-1722742764738.png" style="width: 200px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1144393i5C7725CD07B9655B/image-size/small?v=v2&amp;amp;px=200" role="button" title="senthilvaithi_3-1722742764738.png" alt="senthilvaithi_3-1722742764738.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All this works as expected.&lt;/P&gt;&lt;P&gt;My question is if the industry is blank or unclassified in that classification type, then do not show it in the table. I could not add a filter to the table as the industry column changes based on the selection in the slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I accomplish filtering on the industry? Any help would be high appreciated.&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>Sun, 04 Aug 2024 03:55:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filtering-and-Parameter-tables/m-p/4077950#M54564</guid>
      <dc:creator>senthilvaithi</dc:creator>
      <dc:date>2024-08-04T03:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering and Parameter tables</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filtering-and-Parameter-tables/m-p/4078785#M54567</link>
      <description>&lt;P&gt;have you considered unpivoting the first table to bring it into a more useful format?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2024 15:50:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filtering-and-Parameter-tables/m-p/4078785#M54567</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-08-04T15:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering and Parameter tables</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filtering-and-Parameter-tables/m-p/4081090#M54583</link>
      <description>&lt;P&gt;Found a solution.&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=-nqEv2YXLsU" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=-nqEv2YXLsU&lt;/A&gt;&lt;BR /&gt;Essentially need to create a measure, which takes into account what classification type is selected from the filter context and what is the industry itself and derive a value based on which the visual is filtered.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 11:32:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filtering-and-Parameter-tables/m-p/4081090#M54583</guid>
      <dc:creator>senthilvaithi</dc:creator>
      <dc:date>2024-08-05T11:32:02Z</dc:date>
    </item>
  </channel>
</rss>

