powerbi-desktop

How do I retrieve a bearer token from a service in Power BI?

喜你入骨 提交于 2020-12-15 06:45:33
问题 I am attempting to call a web API-- say, https://myresources/getresources . This call requires an API Key, resourcesApiKey and a bearer token. The token must be acquired from another service, https://mytokenservice/jwt . It requires an API key, tokenServiceApiKey. I'm able to get my resource data by manually accessing the token service and entering values, but I'd like to have Power BI take care of all this for me. I read something about this here, but this seems to apply to a static token.

PowerQuery - Fill missing data according to specific pattern

ⅰ亾dé卋堺 提交于 2020-12-15 06:08:25
问题 I am trying to clean data received from an Excel file and transform it using PowerQuery (in PowerBI) into a useable format. Below a sample table, and what I am trying to do: | Country | Type of location | |--------- |------------------ | | A | 1 | | | 2 | | | 3 | | B | 1 | | | 2 | | | 3 | | C | 1 | | | 2 | | | 3 | As you can see, I have a list of location types for each country (always constant, always the same number per country, ie each country has 3 rows for 3 location types) What I am

Is there a way to showcase the differences between two versions of the same file in PowerBI?

故事扮演 提交于 2020-12-15 05:34:30
问题 Let's say that on a daily basis I download a CSV file and I would like to show in the dashboard the differences between the two versions of the same file(today and the day before) in the dashboard such as for example, the number of new rows added to that file(these could be defined as new cases), or the number of cells that were changed from one category to another, such as 'Still Ill' to 'Recovered'. Is this possible to achieve through a DAX Expression or through a specific transformation

Any Open source Presto ODBC driver?

痴心易碎 提交于 2020-12-13 03:28:19
问题 I'm looking for any open source Presto ODBC connector to connect AWS EMR Presto to Power BI desktop. Apart from Simba driver(magnitude) do we have any other ODBC driver that is open source. Appreciate your help! I have came through Teradata presto odbc driver but not sure whether it ll only support TD version of presto. Any insights on this will be great. 回答1: There is no open source, maintained ODBC driver for Presto that I know about. "Teradata presto odbc driver" is something that Teradata