custom visual developer
7 TopicsHow to use Video Pro by Cloudscope custom visual?
Hi all, I am trying to make use of "Video Pro by Cloudscope" custom visual. As of my learnings, there are two visuals by cloudscope that lets us embed video 1.Video Pro by Cloudscope - Certified (can't access external links[http:\, https:\].Need to embed video within dataset) 2.Video by Cloudscope- Uncertified ( can access external links [http:\, https:\] I am clear on how "Video by cloudscope" custom visual works. Can anyone help me in understanding the functionality of "Video Pro by Cloudscope". what is the difference between video and video pro? Also, any guidance on how to embed video within dataset . Here I am trying to use excel file for exploring purpose. Not sure on how to embed a video inside excel. I tried to embed using insert-> object method in excel but while importing excel source to Power BI, it gets displayed as null. Any solution to this asap would be much helpfull. Thanks in advance.How to implement selections based on a categorical dataviewmapping with multiple fields
Hi everyone, Been trying to implement selections on my custom visual but somehow I cannot seem to make it work. Context drillthrough works fine but the item selection just does not seem to be working. Currently I am testing with 4 fields on the category and one measure only. The logic that I have implemented is the following: - For each of the measure values iterate through the 4 categories and add a new selection ID as for example: for (var _i = 0; _i < categoricalDataView.values[0].values.length; _i++) { ... ... categoricalDataView.categories.forEach((column: DataViewCategoryColumn) => { const categorySelectionId = this.host.createSelectionIdBuilder(); categorySelectionId.withCategory(column, _i); categorySelectionId.withMeasure(values[0].source.queryName); _selectionIds.push(categorySelectionId.createSelectionId()); }); } What is wrong here? Thank youAll Filters for Custom Visuals have stopped working on Jan 2020 Power Bi Report Server
This means that none of the splicers can work anymore. Also, selfFilters on my custom visuals have stopped working too. All I get is an error from reportServerHost.json-contracts.min. Furthermore, all of this is completely functional on PowerBI Online and PowerBi Desktop, but when uploaded to PowerBi Report Server, it becomes broken. Please fix urgently. Here is my code and how I apply the filters.Solved951Views0likes2CommentsData Reduction issue in Custom Visual
When DataRole grouping is used in custom visual and Data Reduction Algorithm is applied on that grouping field to support up to 300000 rows, then visual is not rendering that many rows. In this case if Legend has '25000' rows it is not rendering that many rows in Dataview. Is there any limitation for Data Reduction when we use DataRole grouping ?2KViews0likes1CommentHow to embed a power bi report in custom visualization?
Is it possible to embed a report in powerbi custom visualization? I have tried calling a power bi report in an iframe but gives an error: Refused to display 'https://app.powerbi.com/groups/ca83ee81-e890-46d4-baf7-a6b10000f0fa/reports/94656f0a-a74a-4127-a2da-9fdf74942e61/ReportSectionb67664e724dadd3dcef8&rs:embed=true' in a frame because it set 'X-Frame-Options' to 'deny'. Please let me know if there is any work arround.