Re: Where are the "see records" columns setup?
, I mean in the 'See Records' visualization. You are right that these filters don't keep once go back to the report, however, you can take it as a workaround to choose columns you want when you're...
View ArticleRe: Maximum text length
No answers yet, but it seems to be a kind of API limit.The text in the cell is the actual size, however the data I receive in the custom visual is limited
View ArticleRe: Where are the "see records" columns setup?
Hi , It works for me as an administrator, but my users are unable to the Values pane. They can only see the filters pane and so this workaround does not help my other users. Thank you for the...
View ArticleRe: How to define Table DataViewMappings
Basically, if your dataRoles array is defined as follows: dataRoles: [ { displayName: 'Title', name: 'title', kind: powerbi.VisualDataRoleKind.Grouping }, { displayName: 'Url', name: 'url', kind:...
View ArticleHow to define multiple data sources for a single dataset in power BI report.
We have 3 different environments (UAT, QA, PROD) where we have to use same powerBI report. As per the current behaviour we will have to publish 3 reports with 3 different data sources since the...
View ArticleRe: How to define multiple data sources for a single dataset in power BI report.
I think that Parameters were introduced for this kind of scenario (among others). However, there was a post earlier where parameters were causing issues with enterprise gateway. You can have multiple...
View ArticleRe: How to define multiple data sources for a single dataset in power BI report.
- Try something like this in your query. This uses a parameter called "Environment" that can either be "Dev" or "Prod" let DevSource =...
View ArticleCan we add external javascript file to custom visual?
Hello,Can we add external javascript file to custom visual?If yes can anyone point me at some code or link.I have tried few things like $.getScript(), reference path but no luck. Thanks.
View ArticleRe: Problems updating Custom Visuals in Power BI Desktop
I encountered this issue as well. Couldn't find a workaround yet.Did anybody issue a formal ticket to Microsoft yet, or should I do the honors?
View ArticleHow do I access the PowerBI REST API via ODataFeed in PowerBI Desktop
Hello everyone,my question is about the usage of the PowerBI REST API. I want to use it as a datasource in an odatafeed. When I want to access https://api.powerbi.com/beta/myorg/dashboards for example,...
View ArticleRe: Can we add external javascript file to custom visual?
I won't say no but I would be fairly surprised if this was allowed for security concerns alone.
View ArticleRe: Power BI embedded supports data refresh
It appears that you have to refresh the PBIX file manually and re-import each time you have updated data. Hopefully this is just a limitation of the preview version. It's disappointing that they went...
View ArticleRe: Power BI embedded supports data refresh
Currently direct query is all we support in terms of refresh. Cached refresh support is certainly on our backlog as well as pushing data. As one of the previous posts suggests, you could update the...
View ArticleGetting report data from Power BI api
Hi all, I would like to use Power BI to create visuals and to do my data aggregations. However, we are working with a UWP application to represent te infomation in a program. Is it possibly to show...
View ArticleRe: PowerBI Embedded: Export facility
Any answer to this? any workaround? when is this going to be available?thanks
View ArticleRe: Line Chart: how to warn when values differences between two lines when...
Hello Luca, I' am also stuck with the same scenario where I need to ive a warning message/pop up if for eg sales target are not achieved etc.. If you found solution to the above then please guide me as...
View ArticleCreating pbiviz files with Visual Studio
Is it possible to compile custom visual .ts files to .pbiviz files using Visual Studio? Typescript compiler in the https://app.powerbi.com/devTools seems to be outdated, and won't compile some of the...
View ArticleRe: PowerBI Embedded: Export facility
I am also looking at this problem as well, anyone have any thoughts?
View ArticleIntegrate PowerBI with AX7
I am a developer of AX, and would like to explore the integration between AX7 and PowerBI.I saw there was a great update about Query Parameter and File Templates in April: Deep Dive into Query...
View ArticleRe: Integrate PowerBI with AX7
For your first question, I believe the answer will be row level security, RLS. has a good post on it here. For you second question, you should be able to use parameters in connection strings,...
View Article