Re: Couldn't load the data for this visual + technical details
Does anything or the report load?
View ArticleRe: How to render a Power BI Embedded report in Partiality?
As long as you can render and Iframe, you should be fine. Here is an example how someone did it in PHP without using any SDKs at all:...
View ArticleRe: Power BI Embedded Filter Problem
The filter needs to be set as a query string parameter on the embedURL.
View ArticleRe: How to find UserName in a custom visual
Hi skakara, Currently, playing with powerbi.session.userInfo in custom visual may not be reliable. See https://github.com/Microsoft/PowerBI-visuals/issues/412.
View ArticleRe: Power BI Embedded Filter Problem
thanks for your reply i try this iframe.src=response.Report.embedUrl +"&$filter=CountryRegion/CountryRegionName eq 'United States'";but doesen't work....
View ArticleRe: Power BI Embedded Filter Problem
Both adding the parameter in JS or adding query in embeded URL work in my test. In JS, a format as below should work, DO NOT mess the single quote and double quotes. You can add an alert to debug the...
View ArticleRe: Power BI Embedded Filter Problem
thanks! the problem was the single quote and double quotes! Now all works!
View ArticleRe: Install and Configure Power BI for Analysis Services Cube
Hi Eno, What do you mean by building the cube in the desktop?
View ArticleRe: Hiding Filter through URL Parameter
I don't know but I believe the answer is "No". May I know what is your situation so that this feature is requested?
View Articlehow to add text valuecolumn in data sets
Hello, Example of current situation: I have 2 separate data sources that I am collating into the same table using UNION DAX command, However, each table does not have any sort of unique identifier....
View ArticleRe: Install and Configure Power BI for Analysis Services Cube
Sorry, The only option would be to import your data into the Power BI Desktop. This tool allows you to build a tabular model from the data you import. It may not work if your cube is extremely large...
View ArticleRe: Hiding Filter through URL Parameter
ok. What I'm trying to do is to filter a report based on the connected user. I'm embedding the report in our own Web App using what's described here...
View ArticleNo rendering in report
I have no success in getting a PBIe report to work.I am the sample App (contoso). I tried 2 things with no sucess:using a report with direct query on an Azure SQL database (I updated the DataSource...
View ArticleRe: Couldn't load the data for this visual + technical details
I think it's the result of inefficient SQL queries I switched from DirectQuery to a scheduled import / refresh. Takes about an hour to process
View ArticleRe: Install and Configure Power BI for Analysis Services Cube
Thanks Eno, Another one.If I've multiple cubes will I be able to create multiple tabular models each of 1GB max or 1 GB is restricted for desktop?
View ArticleRe: Install and Configure Power BI for Analysis Services Cube
The Desktop file can be as large as you want (or will run) locally. The limitation is when you deploy that to the Power BI Service, then the PBIX file can only be 1GB.The Service (assuming you have a...
View ArticlePower BI Embedded - How does it refresh reports?
How can I ensure that Power BI reports published in Power BI Embedded shows the latest data via refresh? How would it work if a report is doing data import or DirectQuery? If report is importing data -...
View ArticleRe: IVusial update method not called when going from focused node back to...
Not quite sure what you're talking about. I see ipad, is it Power Bi mobile?
View ArticleRe: IVusial update method not called when going from focused node back to...
Happens on both the borswer and the app (which I assume uses safari internally).
View ArticleRe: IVusial update method not called when going from focused node back to...
So you're talking about accessing Power BI Service and Mobile?
View Article