Re: PowerBI DirectQuery Performance with Measures
Hello, We had the exact same issue, sometimes the report took 60sec or more to load. The best trick to reduce time was to split the report in to two or three tabs reducing the number of concurrent...
View ArticleRe: PowerBI DirectQuery Performance with Measures
Hi , What kind of source are you using? Is it tabular model or cube in SSAS or simple table in db engine? Have you tried to use profiler to get the query execution and analyze it. Maybe there are...
View ArticleRe: PowerBI DirectQuery Performance with Measures
as far as I know the cube is not supported in the power bi embedded
View ArticleAdd "allow-same-origin" value to iframe's attribute sandbox
I'm developing a custom visual for map visualization and encounter the following error: "Uncaught DOMException: Failed to read the 'sessionStorage' property from 'Window': The document is sandboxed...
View ArticleRe: Calculating moving average
Works perfectly, thanks alot! Made one small adjustment: used "averagex" in stead of "sumx && /12"
View ArticleCount in DAX
I have similar table and i have used excel Count formula to calculate column Total. I wanted to know what is the DAX formula to be used to get similar result in Power BI. ThanksLionel
View ArticleRe: PowerBI Embedded azure app: Maximum file size of pbix and checking error...
I tested to upload a pbix more than 600Mbs and it was uploaded without problem. I have no idea on the exact pbix size limit but I guess it is not less than 1Gb as in Power BI Service. In my case, the...
View ArticleSee Records/Data/Group/Include/Exclude all Missing from Embedded Web Dashboard
Hello, I have an embedded web dashboard of my Power BI report showing on my SharePoint site. When I first created my embedded rport I was able to right click on a segment of a pie chart and get the...
View ArticleRe: PowerBI DirectQuery Performance with Measures
We are using a simple table in AzureSql. We will look at indexing but our databse gets new data frequently, that may also affect performance as index is rebuilt.
View ArticleRe: PowerBI DirectQuery Performance with Measures
Hi, thanks for the reply. We are currently not using any Top N filters. Ive tried putting one simple table visual on the page with 3 columns and it takes over 2 minutes to render. I will trying...
View ArticleStep 4: Get a dataset to add rows into a Power BI table ( Example: Push a...
Hi, I got as far as the last step in this example: adding rows to the dataset.Greated the token, created the dataset en got back the datasetID.When adding the rows I got the error-message in Visual...
View ArticleRe: Power BI Embedded plans for Dynamics NAV 2017 or other future Dynamics...
It is exciting that Dynamics NAV 2017 has an Power BI integrated feature. As of now, Power BI has provided REST APIs and Power BI Embedded, so ideally Power BI reports can be embedded to any web...
View ArticleRe: power bi embedded
Kavita wrote:Scenario: Need to embed single visual through Power BI Embedded. Since embedding of the tile is not available created report where one page holds one visual and embedding the report to the...
View ArticleRe: PowerBI DirectQuery Performance with Measures
I've also experienced the performance issue in DQ mode. What I've found is the slow execution plan in database side. As the sent underlying query has some where clause like "CAST(yourIndexColumn as...
View ArticleRe: Count in DAX
You can create a calculated column.Total = IF(ISBLANK(Table1[NCR1]),0,1)+IF(ISBLANK(Table1[NCR2]),0,1)+IF(ISBLANK(Table1[NCR3]),0,1)+IF(ISBLANK(Table1[NCR4]),0,1)+IF(ISBLANK(Table1[NCR5]),0,1)
View ArticleRe: See Records/Data/Group/Include/Exclude all Missing from Embedded Web...
I can see the "see record" and other options in a pop-up when I right click a visual in Power BI Service, however in an emebeded report there's no any pop-up when right clicking. I didn't notice the...
View ArticleRe: See Records/Data/Group/Include/Exclude all Missing from Embedded Web...
could you descripe if you are using Power BI integration API or Azure Power BI Embedded?
View ArticleRe: See Records/Data/Group/Include/Exclude all Missing from Embedded Web...
Sharon wrote:could you descripe if you are using Power BI integration API or Azure Power BI Embedded?I tested both and none works.
View ArticleRe: See Records/Data/Group/Include/Exclude all Missing from Embedded Web...
thanks ! we have implement a fix , in its way to production.
View ArticleRe: See Records/Data/Group/Include/Exclude all Missing from Embedded Web...
Thanks for letting us know the fix is on the way. By the way, is there any ETA for the fix of this bug?
View Article