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.
Selecting a visual and linking out to the store:
eyJrIjoiYzQ5MDYxMGItYzBhNy00NDBjLWI2ZDItYjA3NThlN2Y2N2ZkIiwidCI6IjA0Y2UzMWRjLTExYzgtNDkxMi1hZmRkLTBhNDFiZmU0YzAzYyIsImMiOjZ9
12 Replies
- snapper911Regular Visitor
Awesome! This is great considering the move to the office store now makes new visuals very difficult to find.
- aghonaimMost Valuable Professional
This is not working anymore. Please update it and share!
- OlaFrequent 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.
- KrisWHelper 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.
- tzvikeiMicrosoft Employee
Absolutely amazing!!!
This is so useful, and beautifully created. well done!
- wil40484New 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.
- OlaFrequent 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"}),
- AnonymousNot applicable
Oh i think it may be an old version of the report attached. Ive attached a new one that fixes the problem you are referring to, just a little differently.
- AnonymousNot applicable
Outstanding!
Excellent job!
Thank you for sharing!
Michael
- stretcharmMemorable 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. - JanVResolver 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.