<?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: Power BI Custom Visuals Explorer in Data Stories Gallery</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/218805#M976</link>
    <description>&lt;P&gt;Can anyone help with creating a custom visual KPI card? We want something very basic but allows us to modify "Goal" into "Budget" and some of the exclamation and stop signs. Does anyone have the KPI card code? My team can't find it. Be easy just to take the existing code and slightly modify it.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 18:53:28 GMT</pubDate>
    <dc:creator>wil40484</dc:creator>
    <dc:date>2017-07-25T18:53:28Z</dc:date>
    <item>
      <title>Power BI Custom Visuals Explorer</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/187266#M876</link>
      <description>&lt;P&gt;Use this report that refreshes in the service daily to find the right custom visual for you and download them from the store. &amp;nbsp;I have found navigating the Office Store to be confusing at times, and this report has made it easier to see when new visuals are added and to access the download links directly.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I saw that there were examples where people tried to sell a report that pulls this information. &amp;nbsp;This one is attached for free for anyone who would like to use it. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/42d80c64e79119bab35c012ec833660b25641b23/687474703a2f2f692e696d6775722e636f6d2f435630424946312e706e67" border="0" alt="Overview" width="1476" height="850" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Selecting a visual and linking out to the store:&lt;BR /&gt;&lt;IMG src="https://ip1.i.lithium.com/c792fff4183786cd1ec750254e632754dc03db07/687474703a2f2f692e696d6775722e636f6d2f7835396d47444f2e706e67" border="0" alt="Selecting an Visual" width="1477" height="844" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="reportid hidden"&gt;eyJrIjoiYzQ5MDYxMGItYzBhNy00NDBjLWI2ZDItYjA3NThlN2Y2N2ZkIiwidCI6IjA0Y2UzMWRjLTExYzgtNDkxMi1hZmRkLTBhNDFiZmU0YzAzYyIsImMiOjZ9&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 19:02:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/187266#M876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-02T19:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visuals Explorer</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/187276#M877</link>
      <description>&lt;P&gt;Awesome! This is great considering the move to the office store now&amp;nbsp;makes new visuals very difficult to find.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 19:26:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/187276#M877</guid>
      <dc:creator>snapper911</dc:creator>
      <dc:date>2017-06-02T19:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visuals Explorer</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/203123#M923</link>
      <description>&lt;P&gt;&lt;U&gt;Excellent!&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Just make the following adjustment: appSupportedProducts=PowerBI.&lt;/P&gt;
&lt;P&gt;And then it work fine&lt;/P&gt;
&lt;P&gt;//Ola&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt; Replace 'Remove Duplicates' with the following&amp;nbsp;rows&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;#"Inserted Text Between Delimiters_2" = Table.AddColumn(#"Renamed Columns", "Text Between Delimiters_2", each Text.BetweenDelimiters([Column1], " class=""appSupportedProducts""&amp;gt;", "&amp;lt;/", 0, 0), type text),&lt;BR /&gt; #"Renamed Columns_2" = Table.RenameColumns(#"Inserted Text Between Delimiters_2",{{"Text Between Delimiters_2", "SupportedProducts"}}),&lt;BR /&gt; #"Filtered Rows2" = Table.SelectRows(#"Renamed Columns_2", each ([SupportedProducts] = "PowerBI")),&lt;/P&gt;
&lt;P&gt;#"Removed Duplicates" = Table.Distinct(#"Filtered Rows2", {"Chart Title"}),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 17:01:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/203123#M923</guid>
      <dc:creator>Ola</dc:creator>
      <dc:date>2017-06-28T17:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visuals Explorer</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/203190#M924</link>
      <description>&lt;P&gt;Oh i think it may be an old version of the report attached.&amp;nbsp; Ive attached a new one that fixes the problem you are referring to, just a little differently.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 18:38:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/203190#M924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-28T18:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visuals Explorer</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/203237#M925</link>
      <description>&lt;P&gt;Outstanding!&lt;/P&gt;
&lt;P&gt;Excellent job!&lt;/P&gt;
&lt;P&gt;Thank you for sharing!&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 19:49:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/203237#M925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-28T19:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visuals Explorer</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/207266#M935</link>
      <description>&lt;P&gt;Absolutely amazing!!!&lt;/P&gt;
&lt;P&gt;This is so useful, and beautifully created. well done!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 11:31:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/207266#M935</guid>
      <dc:creator>tzvikei</dc:creator>
      <dc:date>2017-07-06T11:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visuals Explorer</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/218805#M976</link>
      <description>&lt;P&gt;Can anyone help with creating a custom visual KPI card? We want something very basic but allows us to modify "Goal" into "Budget" and some of the exclamation and stop signs. Does anyone have the KPI card code? My team can't find it. Be easy just to take the existing code and slightly modify it.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 18:53:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/218805#M976</guid>
      <dc:creator>wil40484</dc:creator>
      <dc:date>2017-07-25T18:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visuals Explorer</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/240522#M1062</link>
      <description>&lt;P&gt;Love this dashboard. Helps me keep an eye on any updated custom visuals.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Well done wrangling the data from the office store. Shame they didn't provide a nice api.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 15:52:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/240522#M1062</guid>
      <dc:creator>stretcharm</dc:creator>
      <dc:date>2017-08-28T15:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visuals Explorer</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/263463#M1175</link>
      <description>&lt;P&gt;Any chance this will be updated to AppSource custom visuals? Really liked this dashboard as an easy way to find latest and greatest custom visuals.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 09:32:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/263463#M1175</guid>
      <dc:creator>JanV</dc:creator>
      <dc:date>2017-10-02T09:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visuals Explorer</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/319579#M1299</link>
      <description>&lt;P&gt;This is not working anymore. Please update it and share!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 21:07:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/319579#M1299</guid>
      <dc:creator>aghonaim</dc:creator>
      <dc:date>2017-12-07T21:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visuals Explorer</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/320770#M1302</link>
      <description>&lt;P&gt;I have 2 files that might be of interest ?&lt;/P&gt;
&lt;P&gt;*&amp;nbsp;The first file has all available Custom viz., incl. a picture +&amp;nbsp;a Video-link column.&lt;/P&gt;
&lt;P&gt;*&amp;nbsp;The second file&amp;nbsp;has&amp;nbsp;4pages of Gallery posts, incl. a picture + a .pbix-link-column.&lt;/P&gt;
&lt;P&gt;//Ola&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They won't win any beauty contest (layout/code) but they work.&lt;/P&gt;
&lt;P&gt;I made them because I thought they might&amp;nbsp;be useful and&amp;nbsp;I needed to get some practice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;+ I'd be happy if someone post similar .pbix files before I share them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;.&lt;/P&gt;
&lt;P&gt;...I just need to figure out where to put them - I don't think here - under this visual - is&amp;nbsp;the right place.&lt;/P&gt;
&lt;P&gt;Or - now when I think about it - if someone adds the YouTube-video-links under the Cust.viz. comments.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 00:25:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/320770#M1302</guid>
      <dc:creator>Ola</dc:creator>
      <dc:date>2017-12-11T00:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visuals Explorer</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/479139#M2121</link>
      <description>&lt;P&gt;Great idea &amp;amp; great reason for generating report.&lt;/P&gt;
&lt;P&gt;I only started using Power BI in January... developers on PBI project left &amp;amp; all was dumped on my desk w/ minimal instructions. I am having a blast learning new things &amp;amp; feel that no time is wasted "playing" w/ a chart if I can learn from it.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 17:15:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/479139#M2121</guid>
      <dc:creator>KrisW</dc:creator>
      <dc:date>2018-08-02T17:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Custom Visuals Explorer</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/724186#M2710</link>
      <description>&lt;P&gt;Since this report has stopped working I've build a new one here&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/PowerBI-Custom-Visuals/td-p/724185" target="_blank"&gt;https://community.powerbi.com/t5/Data-Stories-Gallery/PowerBI-Custom-Visuals/td-p/724185&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 22:29:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Power-BI-Custom-Visuals-Explorer/m-p/724186#M2710</guid>
      <dc:creator>stretcharm</dc:creator>
      <dc:date>2019-06-25T22:29:27Z</dc:date>
    </item>
  </channel>
</rss>

