<?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: Is there an API to get possible filter values (for buiding custom filter UI)? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2623316#M37216</link>
    <description>&lt;P&gt;thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377293" data-lia-user-login="SpartaBI" class="lia-mention lia-mention-user"&gt;SpartaBI&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 19:15:57 GMT</pubDate>
    <dc:creator>xhan</dc:creator>
    <dc:date>2022-07-06T19:15:57Z</dc:date>
    <item>
      <title>Is there an API to get possible filter values (for buiding custom filter UI)?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2595212#M36902</link>
      <description>&lt;P&gt;We're using pbi embed to offer embedded reports in our custom solution. This works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The next step is to offer a way to apply filters to these reports. I know it's possible to apply filters before loading or after loading a report (or visual). This works fine too if the filter is set up manually.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The challenge is to show the available values (options?) to the user to filter&amp;nbsp;&lt;STRONG&gt;on&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;For instance: let's say I want to offer a filter on product category (which is a column in a table in the underlying dataset). Is there a way to retrieve the possible product categories to present to the user? I've looked at all the API's but can't find anything that points me in the right direction. Or is it simply not available from the Power BI API's and would you have to build a connection to the actual data source yourself?&lt;/P&gt;&lt;P&gt;Since this functionality is available in Power BI itself I was hoping there's API's to get this data myself, too!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 14:04:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2595212#M36902</guid>
      <dc:creator>Lumpie</dc:creator>
      <dc:date>2022-06-22T14:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API to get possible filter values (for buiding custom filter UI)?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2598057#M36927</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="390719" data-lia-user-login="Lumpie" class="lia-mention lia-mention-user"&gt;Lumpie&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;You can use &lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries-in-group" target="_blank" rel="noopener"&gt;this API&lt;/A&gt;&amp;nbsp;to run a DAX query like "Evaluate Values(TableName[ColumnName])".&lt;BR /&gt;This will result in the distinct list of values from TableName[ColumnName], including a possible blank row due to broken referential integrity.&lt;BR /&gt;It is the same logic used by Power BI itself to populate slicers.&lt;BR /&gt;&lt;BR /&gt;Note that if your tabular model is hosted on AAS/SSAS, you cannot use this API.&lt;BR /&gt;In this case, you can use the &lt;A href="https://docs.microsoft.com/en-us/analysis-services/tom/install-distribute-and-reference-the-tabular-object-model?view=sql-analysis-services-2022" target="_blank" rel="noopener"&gt;AMO-TOM assemblies&lt;/A&gt; to send the DAX query.&lt;BR /&gt;Those assemblies can be used to connect to any tabular model through its XMLA endpoint.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Contoso-by-SpartaBI/m-p/2449543" target="_blank" rel="noopener"&gt;&lt;FONT size="4" color="#0000EE"&gt;Showcase Report – Contoso By SpartaBI&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.linkedin.com/company/spartabi" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt; &amp;nbsp;&amp;nbsp;&lt;A href="https://www.facebook.com/SpartaBI" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 14:36:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2598057#M36927</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-06-23T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API to get possible filter values (for buiding custom filter UI)?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2598088#M36928</link>
      <description>&lt;P&gt;That looks promising! I'll have a look at this.&lt;/P&gt;&lt;P&gt;Is there a way to get the available tables and/or columns this way as well? Or do you need to 'know' these beforehand?&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 14:42:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2598088#M36928</guid>
      <dc:creator>Lumpie</dc:creator>
      <dc:date>2022-06-23T14:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API to get possible filter values (for buiding custom filter UI)?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2598253#M36933</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="390719" data-lia-user-login="Lumpie" class="lia-mention lia-mention-user"&gt;Lumpie&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;AMO-TOM gives you full access to the tabular object model, including the table names, column names &amp;amp; data types.&lt;BR /&gt;Alternatively, you can use AMO-TOM to query &lt;A href="https://docs.microsoft.com/en-us/analysis-services/instances/use-dynamic-management-views-dmvs-to-monitor-analysis-services?view=sql-analysis-services-2022" target="_blank" rel="noopener"&gt;DMVs&lt;/A&gt;&amp;nbsp;(e.g.&amp;nbsp;&amp;nbsp;select * from&amp;nbsp;&lt;SPAN&gt;$SYSTEM&lt;/SPAN&gt;.TMSCHEMA_TABLES).&lt;BR /&gt;&lt;BR /&gt;In the Power BI APIs front, you can use the &lt;A href="https://docs.microsoft.com/en-us/power-bi/enterprise/service-admin-metadata-scanning" target="_blank" rel="noopener"&gt;scanner APIs.&lt;/A&gt;&lt;BR /&gt;However, those are probably not suited for your use case (asynchronous, the metadata may not be up to date etc.).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Contoso-by-SpartaBI/m-p/2449543" target="_blank" rel="noopener"&gt;&lt;FONT size="4" color="#0000EE"&gt;Showcase Report – Contoso By SpartaBI&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.linkedin.com/company/spartabi" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt; &amp;nbsp;&amp;nbsp;&lt;A href="https://www.facebook.com/SpartaBI" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 15:38:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2598253#M36933</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-06-23T15:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API to get possible filter values (for buiding custom filter UI)?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2612838#M37113</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="390719" data-lia-user-login="Lumpie" class="lia-mention lia-mention-user"&gt;Lumpie&lt;/a&gt;&amp;nbsp; were you able to figure out how to get the avaiable tables and columns?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377293" data-lia-user-login="SpartaBI" class="lia-mention lia-mention-user"&gt;SpartaBI&lt;/a&gt;&amp;nbsp;can we get in a visual within a report, what are the tables and columns used in some rest APIs?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 20:46:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2612838#M37113</guid>
      <dc:creator>xhan</dc:creator>
      <dc:date>2022-06-30T20:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API to get possible filter values (for buiding custom filter UI)?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2613805#M37129</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="406789" data-lia-user-login="xhan" class="lia-mention lia-mention-user"&gt;xhan&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;You can get the available tables &amp;amp; columns using &lt;SPAN&gt;the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/analysis-services/tom/install-distribute-and-reference-the-tabular-object-model?view=sql-analysis-services-2022" target="_blank" rel="noopener nofollow noreferrer"&gt;AMO-TOM assemblies&lt;/A&gt;&lt;BR /&gt;Look at my reply from&amp;nbsp;&lt;SPAN class=""&gt;‎06-23-2022&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;06:38 PM.&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;Using the Power BI embedded SDK, you can get the tables &amp;amp; columns defined in a visual. See &lt;A href="https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/data-fields#get-data-fields" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Contoso-by-SpartaBI/m-p/2449543" target="_blank" rel="noopener"&gt;&lt;FONT size="4" color="#0000EE"&gt;Showcase Report – Contoso By SpartaBI&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.linkedin.com/company/spartabi" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt; &amp;nbsp;&amp;nbsp;&lt;A href="https://www.facebook.com/SpartaBI" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 09:17:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2613805#M37129</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-01T09:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API to get possible filter values (for buiding custom filter UI)?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2614933#M37135</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377293" data-lia-user-login="SpartaBI" class="lia-mention lia-mention-user"&gt;SpartaBI&lt;/a&gt;&amp;nbsp; for the quick reply! I'm pretty new to power BI, and have some general questions.&lt;/P&gt;&lt;P&gt;1. Is AMO-TMO based on sql-server? we are not really using sql-server.&lt;/P&gt;&lt;P&gt;2.The embedded SKD looks like based on JS, I'm curious if there are something similar in the rest APIs?&lt;/P&gt;&lt;P&gt;3. I guess my previous question was not very clear. I'd like to pull all the metadata of the dashboards and reports. In a report, I'd like to know what are the pages, in each page what are the visuals, and what data source table and columns are used in the visuals etc. I was following this&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/admin/service-admin-metadata-scanning-setup" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/admin/service-admin-metadata-scanning-setup &lt;/A&gt;to call the admin scanner APIs, but I don't see any table/column/measure data at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 22:51:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2614933#M37135</guid>
      <dc:creator>xhan</dc:creator>
      <dc:date>2022-07-01T22:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API to get possible filter values (for buiding custom filter UI)?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2615416#M37142</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="406789" data-lia-user-login="xhan" class="lia-mention lia-mention-user"&gt;xhan&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;1. Power BI uses "Analysis Services" as its analytical engine. AMO-TOM enables you to connect to an Analysis Services instance using its XMLA endpoint. If you are using Power BI Premium, you can allow access to the XMLA endpoint and use AMO-TOM.&amp;nbsp;Analysis Services is also included as part of SQL Server (SSAS = SQL Server Analysis Services), but that should not concern you.&lt;BR /&gt;&lt;BR /&gt;2. This functionality is not exposed as part of the documented Power BI REST APIs.&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;3. AFAIK, the scanner APIs do not return metadata at the page or visual granularity. If you set both tenant settings in the doc &amp;amp; performed a refresh, You should be able to get table/column/measure. See &lt;A href="https://docs.microsoft.com/en-us/power-bi/enterprise/service-admin-metadata-scanning" target="_blank" rel="noopener"&gt;this doc&lt;/A&gt; regarding limitations.&lt;BR /&gt;This is an area in which Power BI lacks functionality. There are APIs to get &lt;STRONG&gt;some&lt;/STRONG&gt; details for the pages &amp;amp; dashboards. See&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/reports/get-pages-in-group" target="_blank" rel="noopener"&gt;get-pages-in-group&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/dashboards/get-dashboards-in-group" target="_blank" rel="noopener"&gt;get-dashboards-in-group&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/dashboards/get-tiles-in-group" target="_blank" rel="noopener"&gt;get-tiles-in-group&lt;/A&gt;&lt;BR /&gt;You also have the option to get the structure directly from PBIX files by using 3-party (unsupported) tools like&amp;nbsp;&lt;A href="https://pbi.tools/" target="_blank" rel="noopener"&gt;PBI Tools&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Those parse the pages &amp;amp; visuals metadata. See, for example &lt;A href="https://www.youtube.com/watch?v=obF7F1mghfQ&amp;amp;ab_channel=PowerBITips" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&amp;nbsp;(19:00).&lt;BR /&gt;If you need to export reports to PBIX files you can use&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/reports/export-report-in-group" target="_blank" rel="noopener"&gt;export-report-in-group&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Contoso-by-SpartaBI/m-p/2449543" target="_blank" rel="noopener"&gt;&lt;FONT size="4" color="#0000EE"&gt;Showcase Report – Contoso By SpartaBI&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.linkedin.com/company/spartabi" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt; &amp;nbsp;&amp;nbsp;&lt;A href="https://www.facebook.com/SpartaBI" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2022 19:30:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2615416#M37142</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-02T19:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API to get possible filter values (for buiding custom filter UI)?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2623316#M37216</link>
      <description>&lt;P&gt;thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377293" data-lia-user-login="SpartaBI" class="lia-mention lia-mention-user"&gt;SpartaBI&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 19:15:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2623316#M37216</guid>
      <dc:creator>xhan</dc:creator>
      <dc:date>2022-07-06T19:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API to get possible filter values (for buiding custom filter UI)?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2623334#M37218</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="406789" data-lia-user-login="xhan" class="lia-mention lia-mention-user"&gt;xhan&lt;/a&gt;&amp;nbsp;my pleasure.&lt;/P&gt;&lt;P&gt;Come follow us &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 19:35:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Is-there-an-API-to-get-possible-filter-values-for-buiding-custom/m-p/2623334#M37218</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-06T19:35:58Z</dc:date>
    </item>
  </channel>
</rss>

