Use calculated variable in web query with gateway
HiIf use static web query link - gateway and report works well( http://10.10.10.10/ERP-Orchids/hs/getting/20150101)But when I added calculated variable to link, PowerBI Desktop report works well, but...
View ArticleRe: Unable to connect to local mysql database keyword not supported
Hello Lydia, thanks for answering. Yes, the database works fine from the Mysql Workbench. What I don't quite understand form your answer is exactly where should I add the port number, and also how do I...
View ArticleRe: Unable to connect to local mysql database keyword not supported
Thanks for answering. I have read the post, but I'm not quite sure if I see any solution there. As far as I see, I don't take you to mean that using AdventureWorksDW should make all the difference for...
View ArticleConnect 2 Tables Using Time Between
Hello, Got 2 tables:Table 1 Health Plan Name | Health Plan Start Date | Health Plan End Date | Health Plan CostPlan A | 1/1/2014 | 12/31/2014 |...
View ArticleRe: Get data from SharePoint Online Lists: Lookup columns threshold
Hi Did you find a solution for this?
View ArticleRe: How to switch an enterprise gateway?
Hi , In my opinion, you can create a data source under the new data gateway in Power BI Service via Manage Gateways, then go Settings->Datasets, there will be two data gateways available, please...
View ArticleRe: Get data from SharePoint Online Lists: Lookup columns threshold
First workaround I’ve found is a OData query. The strategy is to split the wide list. Try to create a several queries from a list, and then merge it into one wide table (joined by ID column). In this...
View ArticleRe: Our data gateway only shows up for some datasets
Hi , In your scenario, which data sources used in this dataset? Do this two tables connect to the same data source or different? If data sources used in the dataset require gateway, please make sure...
View ArticleEnterprise gateway is not available in Trial Account
I have shared my gateway using my Pro account to users that are using the 60-days trial. But the users cannot use the gateway that I have shared to them. The option is greyed out like below picture. Is...
View ArticleRe: Binary data
Hi ,I am afraid that you are not able to use DAX to transfer binary data to another format string. Based on my test, when I import SQL Server table which contains binary data to Power BI Desktop, even...
View ArticleRe: IF function with multiple criteria
OK, for your second revised example, you could create three custom columns in Power Query: Percent Difference = Number.Abs(([Estimated Dollars] - [Actual Dollars]) / [Estimated Dollars]) Difference =...
View ArticleRe: Enterprise gateway is not available in Trial Account
Can you clarify this a bit.. You created a gateway, and made other people administrators of the gateway? And they have "Pro" trial accounts but can't see the gateway?Did you create data sources on...
View ArticleRe: Connect 2 Tables Using Time Between
Hi , Based on your description, you want to get the summary pay of the employee, right? If as I said, you can refer to below formula: Total = var currStart=MAX(Sheet2[Health Plan Select Start Date])...
View ArticleRe: IF function with multiple criteria
:-) if [Actual Dollars]=List.Max(NameOfPreviousStep[Actual Dollars]) then "Best performing" else if [Actual Dollars]=List.Min(NameOfPreviousStep[Actual Dollars]) then "Worst performing" else "" The...
View ArticleRe: Use calculated variable in web query with gateway
Hi , It's not supported to type Power Query functions as web URL when we create a web data source under on-premise data gateway. In your scenario, please try to configure the dataset to use personal...
View ArticleRe: Enterprise gateway is not available in Trial Account
No, I did not make the "Pro" trial accounts as the admin of the gateway. I just shared the datasource of the gateway to them. But the users cant see the datasource that I am sharing to them.
View ArticleRe: Use calculated variable in web query with gateway
Hi Our company hasusedfor more than 20accounts.The manualis writtento the gatewaythat personalgatewaycan be used onlyfor a single account.Consequently,the personalgatewaydoes not suit usTell me,...
View ArticleSharepoint folder refresh
Hello all, I'm connecting to a large sharepoint site via de sharepoint folder option in PBI desktop. i then filter out 10 excel files that i need for my query. Those 10 files are combined not larger...
View ArticleRe: Column- Max per month
Hi , Firstly, create a new column named yearmonth using the following formula. yearmonth = FORMAT(Table[Date],"yyyy/mm") Secondly, create a new column named Maxpermonth using the following formula....
View Article