Re: Is there a way to crate parent Child relationship on the same table and...
For creating parent child hierarchy in PowerBI, You can refer this bolg at here. It would be better if you post your sample table and expected output for us to recreate a solution for you.
View ArticleCalling Azure ML Web Service from Power BI
I have looked at other posts covering this topic, but none seem to explain, in a way I can comprehend, how to do what I want to acheive. I am pulling in Twitter data via API directly into Power BI. I...
View ArticleSelectionId for table
Hi Got problem with new visual api.Can't find a way to create selectionId for table. With older api there was a possibility to create selectionId from identity, now there is none.So currently u can...
View ArticleRe: identifying themes and doing sentiment analysis in text analytics using...
In this case, try to create a calculated column. If the real data is not as cleaning as the sample, you may need some extra data cleaning work(not in Power BI). The best option would be classifying...
View ArticleRe: Power BI embedded is not working when a custom visual is used
, Check if the following link helps.http://community.powerbi.com/t5/Developer/custom-visual-is-allways-not-loading-in-power-bi-javascript-api/m-p/74976#M2544
View ArticleRe: loop through sources
It's all about getting third party data via API's If I got your idea correctly, you could store the parameters in one column and call the API row by row. Check a simple demo below. You could check...
View ArticleRe: Facebook Page Views, Reach & Post Engagements
Check if this Facebook Page Insights API helps. For further details about your question, I think this site facebook tool and support would be more proper.
View ArticleRe: Problems with custom visual and URLs
Hey TonyGaul, i found a parameter to enable Links for the moment: ?sandboxVisualsEnabled=false.That isn´t a fine way to enable the links.But i hope we get this URL Navigation in the near future. And i...
View ArticleRe: Publish a report to the web without any social links (facebook, twitter...)
As far as I know, there's no such a parameter that can disable the social links. You could sumbit and vote up an idea on Power BI Ideas. By the way, may I know why you don't like the social links?
View ArticleRe: SelectionId for table
Hey mikihirir, i think we got the same problems on our visuals . I do not found this in the API but i think you are right. In the moment we only have that three options:Category, Measure, Series.Maybe...
View ArticleRe: Power BI core - adding TD in table
, You may start from the link below, and view call hierarchy.https://github.com/Microsoft/PowerBI-visuals-core/search?utf8=%E2%9C%93&q=tablixDiv+tablixCellContentElement
View ArticleRe: Problems with custom visual and URLs
Hey Mcburn, Nice find! I've just done some testing at this works in Edge & Chrome, opens in either same tab or new tab etc. This is a good workaround until v1.3 is released! Thanks,Tony
View ArticleRe: Passing Dynamic Data to Power BI Embedded
, I'm afraid not. See https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-Configuration-Details for what and how to embed.
View ArticleRe: Azure ApI error
, Could you please provide more detailed information? Make some screenshots and show necessary steps to reproduce this issue.
View ArticleRe: SelectionId for table
Had the same problem, also ended up with a single category. Mine is of form "X:Y". Then I split it up inside the visual to retrieve coordinates, but use the whole "X:Y" category for selection.
View ArticleCannot figure out how to use TooltipManager
Hi, I am trying to add tooltip support to my custom visual. Following this guide. Using "SampleBarchart" as a starting point. From the guide: "interface for coordinates of selected points must be...
View ArticlePower BI Embedded - Can it consume an OData source?
As far a I see on the published resources Power BI Embedded is limited to Azure DW and Azure SQL DB at this point. There is also reference to sources with basic authentication for direct query. Does...
View ArticleRe: loop through sources
thanks.. that helped a lot! I now have a query that starts with the projects. Than within the same query a extra column is added with the JSON request (with a variable of the projectsID).
View ArticleRe: identifying themes and doing sentiment analysis in text analytics using...
Hi Eric, Thanks a lot for your help!.. This works. Excited....Also can you please let me know if it is possible to create Word clouds in Power BI.. Thanks,Arun
View Article