Re: Custom Visual : Properties (Color picker)
Hi -. I have that method in my code: private static parseSettings(dataView: DataView): VisualSettings { return VisualSettings.parse(dataView) as VisualSettings; }Also the enumerate object instances...
View ArticleRe: Custom Visual : Properties (Color picker)
Hi , Do you call the parseSettingsalso in the updatemethod? The enumerateObjectInstances is only called when the formatting pane is used and not by the main code of the visual.And the configured state...
View ArticleRe: Custom Visual : Properties (Color picker)
Hi , firstly thanks for your prompt response Here goes my update method. Second line is the call to visual.parseSettings. public update(options: VisualUpdateOptions) { let self = this;...
View ArticleRe: Custom Visual : Properties (Color picker)
Hi , Looks like the colors are 'static' and not related to any data, so you can keep you enumerateObjectInstancesmethod pretty simple like this:public enumerateObjectInstances(options:...
View ArticleRe: Custom Visual : Properties (Color picker)
Hi It worked I can confirm after replacing the code now the selector is working as expected. Thanks very much for your support Jorge
View ArticleGet data from Infor Olap Cubes into Power BI
Very interested in seeing this happen, any users with experience in achieving this yet?A simple post and get request would do the job i would imagine, but how would you retain the hierarchy...
View ArticleRe: Is there any way to stop "Microsoft Power BI" and the url from being...
Thanks Daniel, but this is for my customers and the print function is being called using the api function report.print(), so this wouldn't work. What I'm looking for is if there is a way during the...
View ArticleRe: Is there any way to stop "Microsoft Power BI" and the url from being...
Hmmm... I've had a look at print() and its doc states that it's invoking window.print(), which is pretty much browser-specific, and has no additional parameters available to it.I've done some research...
View ArticleRe: radial gauge color
Hi In case you haven't see it yet. Here is a tutorial on how to make the Gauge color dynamic. https://youtu.be/_JMSw6i5pzY This feature is almost brand new. From the June Power BI update. You first...
View Articlesecure embed power BI report
Hi All,I'm facing a problem when using secure embed fonction for my powerBI report the html link works well but the iframe code given by the function return...
View ArticleRe: custom visual enumeration issues
hi , and how you add dynamic data to combo box? i try all step above and my combo box still show the static data from capabily file this is my visual.ts and this is my browser console log
View ArticleRe: Unable to see Power bi data set in power bi service
Hi Hope this helps https://community.dynamics.com/365/financeandoperations/f/dynamics-365-for-finance-and-operations-forum/313032/powerbi-com-and-entity-store...
View ArticlePBI Embedded RLS Error: Creating embed token with multiple identities is not...
Hi everyone, I am developing an App Owns Data web application in Python - Django. It's all working fine, but now I am trying to add Row Level Security to it, as mentioned in the docs from Power BI:...
View ArticleRe: custom visual enumeration issues
hi , when dev my custom visual this option is not possible.I make a combobox dinamic into CV in CSS. hope is help you.
View Articleget data from sharepoint folder/link using python script
I need to have a new script in Power BI and let it read all files that I have inside this folder. How can I do that? What is folder in sharepoint?The most simple code to do this task: import pandas as...
View ArticleUncertified custom visual in embedded?
Hi guys, I'm kinda new to the topic of creating your own custom visuals. While reading through the official documentation I found this: "Certified custom visuals can be added to the Power BI service, a...
View ArticleRe: Uncertified custom visual in embedded?
So is your plan to add your custom visual to the gallery of custom visuals or are you just generating the pbiviz file locally and going to import that into a report?
View ArticleRe: get data from sharepoint folder/link using python script
Potentially could just use the web url for the file in SharePoint. Otherwise, perhaps this will be of...
View ArticleRe: Uncertified custom visual in embedded?
Thank you for the quick reply! My plan was to generate the pbviz file locally and import it that way.
View ArticleRe: Sliding legend
, Hi again,How can I make sliding legend for visual with table dataview mapping? I got error at identity, using getSelectionIds.Regards,Yerkhan
View Article