Connect to restful api data source multiple times
Hi, I am a complete Newbie with regards to Resftul services etc, I am trying to connect to a Second Street Api using the below. It seems you need to use a Post first to get an access toke, how would...
View ArticleRe: Filled map for France - how to name counties, country, and states
If i may clearly there is a bug or in any case the result is not what expected. I use the sample at the top of this issue, added a Sales column and added the Departement Vienne (department code 86) in...
View ArticleRe: Project Insight Connection
Did you ever get this up and running? Trying to figure out the best way to call into the PI API with Power BI Desktop
View ArticleBest Way to Design PowerBI Reports with Access Database stored in Sharepoint...
Hello community, Our small company primarily uses an access database to manage our business, to which I have hosted in our sharepoint online site. I'm looking to use PowerBI Desktop to design a...
View ArticleRe: Drill down of Tile in WebApp
Hi , I have used the following doc https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-tile/and it uses IFRAME to render. Thanks,Vijay
View ArticleRe: Connect to SharePoint 2007 List
Where there is a will there is a way!!! I inspected the element in Google Chrome + looked through the HTML to pull the web query string and then put it into Power BI as a Web Source and it worked!
View ArticleRe: Can I have a JSON file as data source
How does this work for a deep json files with hierarchies? {"id": "0001","type": "donut","name": "Cake","ppu": 0.55,"batters":{"batter":[{ "id": "1001", "type": "Regular" },{ "id": "1002", "type":...
View ArticleQuery Folding
Why would Power Query stop Query Folding upon the simple act of filtering a column? let Source = Odbc.DataSource("dsn=ABCD", [HierarchicalNavigation=true]), ABC_Schema =...
View ArticleRe: Use power query to load data from firebase database
Hello I am getting the same error in power query. Why would it load in the previewer but not to the actual worksheet!!! http://imgur.com/a/VVzVu
View ArticleRe: Use power query to load data from firebase database
Hello I am getting the same error in power query. Why would it load in the previewer but not to the actual worksheet!!! http://imgur.com/a/VVzVu
View ArticleRe: Can I have a JSON file as data source
For a structure like that I would work on 3 Queries / tables"batters""toppings""items"For "batters" I would keep just the root id column (lets call it "item id") and expand the batters data to get...
View ArticleRe: Getting repeat HTTP 400 response when using Azure
Hi ,What Azure Service do you connect to in Power BI? Could you please post a screenshot about that how you connect to Azure in Power BI?Thanks,Lydia Zhang
View ArticleRe: Unable to fetch data from Office 365 Planner
Hi , The most important thing is to know how to play with the Planner API, then you can take a look at this sample regarding calling Twitter API use Power Query. By the way, you can take a look at this...
View ArticleRe: Issues when connecting to Analysis Services 2016
Hi ,What edition of SQL Server 2016 in your scenario ? Also, please check that if the email address you use to sign in Power BI matches the User Principal Name (UPN) of the local Active Directory...
View ArticleRe: PowerBI + HP Vertica questions
Hi ,Firstly, for the time that it takes to create DSN to HP Vertica, I would recommend you contact Vertica support. Once you create DSN, it would simple to connect to the DSN from Power BI Desktop....
View ArticleRe: GA Data does not Match, Power Bi loads interesting Data
Hi , Google Analytics connector in Power BI Desktop rely on the Google Analytics Core Reporting API. Due to this dependency we cannot guarantee the results of your queries when using this connector....
View ArticleRe: Expression.Error: The key did not match any rows in the table
Remove Navigation step, as it attempts to read full table from DB and that does not match with your source querry
View ArticleRe: Issues when connecting to Analysis Services 2016
Hi Lydia It's 2016 Standard edition.But it works now, it was the mapping of names. I thought it only necessary to map different accounts to other domain accounts, but of course in this case the UPN and...
View ArticleRe: Connect to restful api data source multiple times
Hi ,Add a new blank query in Power BI Desktop, then paste one of the following code in Advanced Editor and check if you get expected result.let Source = Json.Document(Web.Contents("your API...
View Article