Anonymous's avatar
Anonymous
Not applicable
9 years ago

Power BI Custom Visuals Explorer

Use this report that refreshes in the service daily to find the right custom visual for you and download them from the store.  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. 

I saw that there were examples where people tried to sell a report that pulls this information.  This one is attached for free for anyone who would like to use it.  

Overview

 

 

Selecting a visual and linking out to the store:
Selecting an Visual

12 Replies

  • snapper911's avatar
    snapper911
    Regular Visitor

    Awesome! This is great considering the move to the office store now makes new visuals very difficult to find.

  • aghonaim's avatar
    aghonaim
    Most Valuable Professional

    This is not working anymore. Please update it and share!

    • Ola's avatar
      Ola
      Frequent Visitor

      I have 2 files that might be of interest ?

      * The first file has all available Custom viz., incl. a picture + a Video-link column.

      * The second file has 4pages of Gallery posts, incl. a picture + a .pbix-link-column.

      //Ola

       

       

      They won't win any beauty contest (layout/code) but they work.

      I made them because I thought they might be useful and I needed to get some practice.

       

      + I'd be happy if someone post similar .pbix files before I share them.

       

      Custom viz. + video-linksGallery posts + .pbix-links.

      ...I just need to figure out where to put them - I don't think here - under this visual - is the right place.

      Or - now when I think about it - if someone adds the YouTube-video-links under the Cust.viz. comments.

      • KrisW's avatar
        KrisW
        Helper I

        Great idea & great reason for generating report.

        I only started using Power BI in January... developers on PBI project left & all was dumped on my desk w/ minimal instructions. I am having a blast learning new things & feel that no time is wasted "playing" w/ a chart if I can learn from it.

  • tzvikei's avatar
    tzvikei
    Microsoft Employee

    Absolutely amazing!!!

    This is so useful, and beautifully created. well done!

    • wil40484's avatar
      wil40484
      New Member

      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.

  • Ola's avatar
    Ola
    Frequent Visitor

    Excellent!

    Just make the following adjustment: appSupportedProducts=PowerBI.

    And then it work fine

    //Ola

     

     

    Replace 'Remove Duplicates' with the following rows

    #"Inserted Text Between Delimiters_2" = Table.AddColumn(#"Renamed Columns", "Text Between Delimiters_2", each Text.BetweenDelimiters([Column1], " class=""appSupportedProducts"">", "</", 0, 0), type text),
    #"Renamed Columns_2" = Table.RenameColumns(#"Inserted Text Between Delimiters_2",{{"Text Between Delimiters_2", "SupportedProducts"}}),
    #"Filtered Rows2" = Table.SelectRows(#"Renamed Columns_2", each ([SupportedProducts] = "PowerBI")),

    #"Removed Duplicates" = Table.Distinct(#"Filtered Rows2", {"Chart Title"}),

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    Outstanding!

    Excellent job!

    Thank you for sharing!

    Michael

  • stretcharm's avatar
    stretcharm
    Memorable Member

    Love this dashboard. Helps me keep an eye on any updated custom visuals.


    Well done wrangling the data from the office store. Shame they didn't provide a nice api.

  • JanV's avatar
    JanV
    Resolver I

    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.