Re: Dynamic REST queries
Can you provide some sample data and what you are trying to achieve with it to help explain the issue ?
View ArticleYou don't have any gateways
Hi Folks, I have installed the PowerBI Personal Gateway on my PC, and it looks to be setup correctly: Now this is done, I expect to see some information about my gateway when I login to PowerBI Pro,...
View ArticleRe: No Query Folding in Dynamics 365 CRM (formerly CRM Online) - Status...
https://technet.microsoft.com/en-us/library/dn708055.aspx
View ArticleRe: Cortana integration with Power BI does not work
Hi , I tried to rename the page name and tried but with no change in results i.e., I could have it working. In the earlier post of yours I could only access the screenshots but not the .pbix file to...
View Articlewhere can find key to register data management gateway
Hi All, Myself Maru, I am new to Power BI; with helpf of little notes available on this forum able to Configure Power BI Gateway Successfully and also created SQL data sources without any issues but i...
View ArticleRe: Cannot import a small model (64 MB) from SSAS Tabular to Power BI
Thank you, yes, PBI does not derive the relationship if you do an import model. We decided to import the SQL Server data (only needed fields) to get the maximum performance
View ArticleRe: Load data from Intercom.io
Hi Bob, I have got a personal token and tried to connect to Intercom via a web URL but without success. What is the best way to load Intercom data to Power BI? Thank you in advance.Luzern
View ArticleRe: Power BI Desktop - Slow connection to Oracle
Hi , In my opinion, as there are large amount of records returned from the Oracle database, it's take a long time to import data to desktop. I would suggest you Using Application Tracing Tools to...
View ArticleRe: Dynamic REST queries
I can try to explain a bit more. I call a REST url that provides me with a list of objects. Transfered into a table, there's one column I'd like to use. It's called Id. So there's maybe 10 entries...
View ArticleRe: PowerBi Embedded restrictions in scheduled refresh data?
Hi , Yes, Power BI embedded doesn’t support scheduled refresh for import mode dataset. And since you hit the unsupported features in DirectQuery mode, I am afraid that you have to refresh the PBIX...
View ArticleRe: Hyperlink for files or folder on a network share not working
Hi , Yes, currently hyperlinks in tables must begin with www., http:// or https://. Regarding to the feature that create hyperlinks begin with other prefix, please vote it and add comments in this...
View ArticleRe: The resource name isn't valid
I still cant get this to work unfortunately - any ideas how to overcome the invalid resource error code? What normally needs to be changed (ie why does this error come up?) Really appreciate any help...
View ArticleRe: Import Data SSAS Memory issue
Hey You mentioned above "...servers must be running SQL Server 2012 SP1 CU4 or later versions of Analysis Services...."Where can I check If my server is running this version of Analysis Services? Thanks
View ArticleRe: Import Data SSAS Memory issue
Hi ,Please follow the instructions in the blog below to determine SQL Server Analysis Services...
View ArticleRe: Cortana integration with Power BI does not work
Hi ,You can download my PBIX file from the following link.https://1drv.ms/u/s!AhsotbnGu1Nogjk7TEDAnpGEldE9Thanks,Lydia Zhang
View ArticleRe: Power BI & MongoDB
I meant to the library inside R.What library are you using: mongolite, rmongodb, rmongo....? I saw that there are differents options between each other.Thanks!
View ArticleRe: Problem to connect from ODate in Power BI(service)
Hi Lydia!As I undestand that problem is realy.The connect DB by ODate method between a PBI and PBI Desktop is defferent. (For PBI Desktop is good work For PBI and the same time it don't work for PBI....
View ArticleRe: Problem to connect from ODate in Power BI(service)
Hi ,Refresh in Power BI Service could be timeout because of large dataset and complex data model.How many visuals in your PBIX file? You would need to delete extra rows and columns in your PBIX file,...
View ArticleRe: Dynamic REST queries
Use the Text.Combine function in Power Query - e.g.= Text.Combine(#"YOUR TABLE STEP"[id], ",")This will give you a value you can add into your next step for the second lookup. N.B. The "id" column...
View ArticleRe: Dynamic REST queries
Thank you!But where do I add this?Do I need to add a manual table or something, and store it there?
View Article