Power BI Embedded report does not respond well
Hi, I have embedded a simple Power BI report (using Import Data option) in my ASP.NET application, and it displays fine. But when I try to click on something, there is a problem. If I try to change the...
View ArticlePower Bi can do this ASP.Net MVC Application???
I want know if i can do this with power bi in my MVC 5 Asp.net Application?? it's client-side screen
View ArticleRe: Power Bi can do this ASP.Net MVC Application???
Not entirely sure of the question, but yes, you have conditional formatting for Tables now in Power BI: https://powerbi.microsoft.com/en-us/blog/power-bi-desktop-may-update-feature-summary/
View ArticleRe: Power Bi can do this ASP.Net MVC Application???
Sorry don't tell exaclty what i mean, my image is olap component, my client does report at runtime like this: https://jsfiddle.net/w86bgq9o/256/
View ArticleRe: Power Bi can do this ASP.Net MVC Application???
Still not sure. If the question is "Can Power BI provide real time reports when viewed" the answer is yes via DirectQuery (live database querying at runtime) as well as streaming analytics (real-time...
View ArticleRe: Rolling average by week number
One way to get the 4 weeks' rolling AVG. Sort by weekNo ascending and create an index column. Then create a calculated column as 4 weeks' rolling avg = SUMX ( FILTER ( ALL ( Table4 ), Table4[Index]...
View ArticleDAX Semantic error
VERY NEW to DAX and trying to work my way through... Need assistance understanding the following error condition...Here is the DAX that I have created which returns the following error - I have...
View ArticleRe: PowerBI Embedded: Embed Token Expiration?
In a server generated app you can get around this by generating a token for each render of the page. In a single page app (SPA) - one option is to set a client-side timer on your page/view that is...
View ArticleRe: embedded-expiration/timeout issue?
If this does come down to being a timeout issue you can try one of the following: In a server generated app you can get around this by generating a token for each render of the page.In a single page...
View ArticleRe: Last YTD DAX calculation by Fiscal Year
If your calendar has the full period for current fiscal year and you don't have a time slicer, then it will always calculate and compare with whatever dates are available in your current financial year...
View ArticleRe: embedded-expiration/timeout issue?
Here are the tech details of the error. Let me know what you see as a root cause.....and thanks, Tom
View ArticleRe: PowerBIClient.Datasets.GetGatewayDatasourcesAsync returns NULL
Are you using SQL in direct query mode?
View ArticleRe: PowerBIClient.Datasets.GetGatewayDatasourcesAsync returns NULL
Yes, as I stated above, I am using DirectQuery mode.
View ArticleRe: embedded-expiration/timeout issue?
Its a 403 which is an access issue. What is the expiration of your generated tokens? Is the expiration you are setting inline which the timeout you are seeing in the embedded report?
View ArticleRe: PowerBIClient.Datasets.GetGatewayDatasourcesAsync returns NULL
And SQL Azure? Getting null there means that your dataset didn't bind to any gateway. This should only happen if you are not using one of the supported sources.
View ArticleRe: embedded-expiration/timeout issue?
No the token timeout is set to 1hr. We've had 403's forever to be honest. They happen when the site has been sitting and I click on another tab in a report. Time is 3-7 minutes, but not always....
View ArticleRe: Power BI Embedded report does not respond well
It feels like something could be in the way. Any chance that some part of your applications UI is covering part of the iframe?
View ArticleRe: Power BI Embedded report does not respond well
No, there shouldn't be anything in the way. It's a simple page that shows company logo and a few links to reports on the left side, and iframe on the right side. When a link on the left is clicked, the...
View ArticleRe: embedded-expiration/timeout issue?
You mentioned you have 4 embedded reports. Are they all embedded within the app at the same time? Or are they embedded seperatly in different views? If they are all embedded in the page at the same...
View Article