Re: embedded-expiration/timeout issue?
Can you put together a small sample app that reproduces the problem? I haven't been able to reproduce your issue locally.
View ArticleRow Level Security in Power BI Embedded problems.
I am using RLS in power bi embedded on a database using directquery which seems to be extremely slow. We have tracked this down to the underlying dynamic SQL that is generated, it is using the COALESCE...
View ArticleRe: embedded-expiration/timeout issue?
That's a great next step. It may take awhile as we're in active dev of features etc as we launch, but that seems like a good exercise for a lot of reasons. Tom
View ArticleRe: like when you press a button to switch between pages?
This API would be for an embedded web experience,
View Articleadd the signature for current selection to filter
how to implement the signature in a separate place that are selected filters?
View ArticleRe: Row Level Security in Power BI Embedded problems.
Regarding the performance difference, most probably there's an index on the [projectid] and the COALESCE function prevents the query using the index. How is the RLS set in your case, does it has...
View ArticleRe: Power BI embedded supports data refresh
We had embedded power bi report into our web application & successfully applied row level security. now we are facing problem with data refresh, Power bi report which is been used for this is built...
View ArticleRe: Row Level Security in Power BI Embedded problems.
Thanks for the reply Eric! Regarding the RLS we've simply used the DAX expression: [ProjectID] = 49 Although when publishing this to Power BI Embedded we actually change it to [ProjectID]=USERNAME()...
View ArticleRe: Row Level Security in Power BI Embedded problems.
Thanks for the clarification. Based on my research, the dynamic query would always use COALESCE regardless of the "Allow unrestricted measures" option. As to DirectQuery mode in Power BI Embeded,...
View ArticleUtilizing full with of charts
Power BI needs to handle measure-only charts same way as Excel does. At time of writing, charts in Power BI without a dimension on the axis will group all measures in the midle leaving large parts on...
View ArticleRe: Utilizing full with of charts
I came across to this myself too, I hope there's a functionality I don't know yet.
View ArticleRe: Restricting dimensions to used values
Hi jc508, Actually, you can create a dataset storing nationalities in PowerBI and create relationship between your data. Then use this as Slicer. Try it and let me know if it helps.
View ArticleRe: An error occurred within the report server database. SSRS PowerBI Pin
Hi , You can check which port is used by report server. Please open Reporting Services Configuration Manager, check TCP port in Web Service URL tab like below. Then you can allow this port in...
View ArticleEmbedding Tiles/Reports for Entire Organization
I've been able to embed tiles perfectly into SharePoint pages so far using pure JavaScript and iFrames (where you redirect to Azure AD, then it redirects you back to your page with the access token in...
View ArticleRe: Embed an iFrame into a tile
I agree, I was trying to set this up today until I came across this post.
View ArticleRe: like when you press a button to switch between pages?
which means I can now realize it in Power BI Desktop?
View ArticleLooking for a custom Viusual
Hello experts! Im looking for a custom visual, which shows a line chart against a dash target. Here is what's available now... (actual data & 5pt moving average)... anyone know of something...
View ArticleHow to update a table based on values in another table?
I have 2 tables. I need to update some of the values in table A based on values in table B. This is part of a bigger function. Table A has two columns. Source and Tactic. Table B has one colum. Source...
View ArticleRe: How to update a table based on values in another table?
Take a look at my article here, it should address your issue. http://community.powerbi.com/t5/Community-Blog/Good-Ol-VLOOKUP-The-Ultimate-Guide-to-Lookups-in-Power-BI/ba-p/35912
View ArticleRe: Looking for a custom Viusual
I would try R Visualizations: http://www.quantmod.com/documentation/addMA.html http://grokbase.com/t/r/r-help/09ca8g04my/r-moving-averages-in-ggplot2
View Article