<?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: Access filters in Custom Visual in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/333183#M9860</link>
    <description>&lt;P&gt;Power BI Custom Visuals API doesn't support the ability to get filters that are applied on the page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please explain the second feature a bit deeper?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;I also need to add an additional functionality of have a filter element to control the number of columns in the Viz. That is there will be a multiselect to select the columns for the table.&lt;/PRE&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jan 2018 12:23:41 GMT</pubDate>
    <dc:creator>v-viig</dc:creator>
    <dc:date>2018-01-05T12:23:41Z</dc:date>
    <item>
      <title>Access filters in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/331820#M9827</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a custom visual in which I need to access the page filters that are being applied. How can I get the filters from my Custom Visual code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a custom visual somewhat similar to MAQ software's JSONGrid Viz. I also need to add an additional functionality of have a filter element to control the number of columns in the Viz. That is there will be a multiselect to select the columns for the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm fairly new to Power BI.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 12:19:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/331820#M9827</guid>
      <dc:creator>aarshps</dc:creator>
      <dc:date>2018-01-03T12:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Access filters in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/332357#M9838</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/50235"&gt;@aarshps&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may take a look at&amp;nbsp;&lt;A href="https://github.com/Microsoft/powerbi-visuals-sampleslicer/blob/master/doc/UsingAdvancedFilterAPI.md" target="_blank"&gt;Using the advanced filter API&lt;/A&gt;&amp;nbsp;and view source code of JSON Grid at&amp;nbsp;&lt;A href="https://github.com/maqsoftware/PowerBI-visuals/tree/master/src/CustomVisuals/Published/JSONGrid" target="_blank"&gt;https://github.com/maqsoftware/PowerBI-visuals/tree/master/src/CustomVisuals/Published/JSONGrid&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 07:19:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/332357#M9838</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2018-01-04T07:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Access filters in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/332363#M9839</link>
      <description>&lt;P&gt;I have been looking into the source code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My doubt is how can I have a multi-select like thing in my application and let the user select a list. Then the visualization that is created should have only the columns in the list selected by the user.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 07:23:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/332363#M9839</guid>
      <dc:creator>aarshps</dc:creator>
      <dc:date>2018-01-04T07:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Access filters in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/333183#M9860</link>
      <description>&lt;P&gt;Power BI Custom Visuals API doesn't support the ability to get filters that are applied on the page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please explain the second feature a bit deeper?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;I also need to add an additional functionality of have a filter element to control the number of columns in the Viz. That is there will be a multiselect to select the columns for the table.&lt;/PRE&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:23:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/333183#M9860</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-01-05T12:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Access filters in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/335121#M9917</link>
      <description>&lt;P&gt;&lt;A title="Power BI custom visual" href="https://imgur.com/a/Kxjjh" target="_blank"&gt;Please click to see the image&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached a link to what I would like to achieve. Based on that multi-select present just beside the visual, the&amp;nbsp;columns need to change dynamically. So what I need to have is the selections from the slicer to the custom visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to get the values selected for the slicer inside the custom visual's&amp;nbsp;update(). Will I be able to do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 15:45:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/335121#M9917</guid>
      <dc:creator>aarshps</dc:creator>
      <dc:date>2018-01-09T15:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Access filters in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/335521#M9923</link>
      <description>&lt;P&gt;I think that's impossible to achieve since columns must be specified at Fields panel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 07:25:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/335521#M9923</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2018-01-10T07:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Access filters in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/335735#M9930</link>
      <description>&lt;P&gt;Thank you for letting me know. But still, I could achieve the same using a matrix visualization. My doubt is, will&amp;nbsp;I be able to achieve it with custom visuals? Somehow? Even the solution might not look clean, can it be done?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 11:05:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/335735#M9930</guid>
      <dc:creator>aarshps</dc:creator>
      <dc:date>2018-01-10T11:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Access filters in Custom Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/336083#M9935</link>
      <description>&lt;P&gt;The behavior you describe is default behavior of Power BI: the dataset available in your (custom) visual is already filtered by other filters from the Power BI.&amp;nbsp;So if you filter on one column, only that column is available in&amp;nbsp;your visual. And if you change that slicer that columns (name and values) are available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just try and create a 'simple' empty custom visual only with the &lt;EM&gt;dataRoles&lt;/EM&gt; and &lt;EM&gt;dataViewMapping&amp;nbsp;&lt;/EM&gt;defined and look at the data view of the developer visual to see what dataset is available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-JP&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 19:20:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Access-filters-in-Custom-Visual/m-p/336083#M9935</guid>
      <dc:creator>jppp</dc:creator>
      <dc:date>2018-01-10T19:20:03Z</dc:date>
    </item>
  </channel>
</rss>

