No video

Gathering data from APIs in Power BI

  Рет қаралды 31,910

London Business Analytics Group

London Business Analytics Group

Күн бұрын

Gathering data from APIs is an effective time saving method to get up-to-date information. We’ll explore how to achieve this by pulling information from the Nasdaq stock market so you can track stocks in an automated way. Even if you don’t use stock market information, there is a plethora of data you can access via APIs and it’s an incredibly useful technique.

Пікірлер: 31
@wonkibonki948
@wonkibonki948 2 жыл бұрын
This was perfect. I have been looking around to find out how to essentially loop through API calls and this helped a bunch.
@PaulEBrownbill
@PaulEBrownbill 4 жыл бұрын
Really good presentation thanks. The sound was a bit difficult to hear at times, but really good information which will be useful. Thanks
@LondonBusinessAnalyticsGroup
@LondonBusinessAnalyticsGroup 4 жыл бұрын
Noted!
@eagillum
@eagillum 2 жыл бұрын
Starts at 9:06 Starts inputting code at 13:50
@innamizulina6791
@innamizulina6791 3 жыл бұрын
Super cool, thanks for sharing👍
@LondonBusinessAnalyticsGroup
@LondonBusinessAnalyticsGroup 3 жыл бұрын
Thanks for watching!
@nirmaljoe1761
@nirmaljoe1761 Жыл бұрын
I am getting OLE DB or ODBC error: [Expression.Error] The field 'Monthly Time Series' of the record wasn't found.. If I am trying to update one or more stock records. How to fix this?
@jbgonzalez13
@jbgonzalez13 3 жыл бұрын
Thank you for the video. It helped me a lot to understand APIs.
@LondonBusinessAnalyticsGroup
@LondonBusinessAnalyticsGroup 3 жыл бұрын
Glad it helped!
@harshtrivedi700
@harshtrivedi700 3 жыл бұрын
need to work on audio, its too low
@ambarishsharma6432
@ambarishsharma6432 3 жыл бұрын
Excellent
@pritichaudhari7596
@pritichaudhari7596 Жыл бұрын
Hello, Would you please make a video on, how to get Data from RESTful API which has "two Factor Authentication" e.g. Maconomy RESTful API framework. Thank you.
@sridharreddy3493
@sridharreddy3493 3 жыл бұрын
hi , am trying to create a report puling the data from a REST API. The API however is secured using oAuth2, so in order to pull the data, an API call must first be made to /login/token API (using basic authentication) and the token returned needs to be used to authenticate the actual API call pulling the data. Is this possible with PowerBI Can you please suggest on this ?
@prasanthalpha
@prasanthalpha 3 жыл бұрын
Please speak up! The audio is very difficult to hear. You are barely audible even after keeping the volume at 100% and using noise cancellation headsets.
@rich83rs
@rich83rs 3 жыл бұрын
technology has come such a long way to date in 2021, for which we are grateful ...however... having content creators use a suitable microphone/sound source for their presentations still alludes us.
@shubhampatel3582
@shubhampatel3582 2 жыл бұрын
can we provide dynamic access token to it? i mean i f we update data in api will it reflects in power bi desktop
@leopark7395
@leopark7395 2 жыл бұрын
Thanks for sharing. Do you have any advice for pulling market data for a larger list of tickers (~50-100) with AlphaVantage's API call limitation in mind?
@tanaynagarsheth4762
@tanaynagarsheth4762 2 жыл бұрын
Token Identifier Expected, what kind of error is this?
@johnhartley2438
@johnhartley2438 4 жыл бұрын
Gr8 session on APIs yesterday. I've tried to run through material, but get this syntax error around the API key. Obviously, I did enter my own but ...
@LondonBusinessAnalyticsGroup
@LondonBusinessAnalyticsGroup 4 жыл бұрын
Hi John, What was the exact error message? I don't see it in your comment.
@ahv5457
@ahv5457 Жыл бұрын
Hi, I am getting data from an API that has two parameters like below in the URL: Param1930=2021-01-01&Param1931=2030-12-31&format=JSON These are the start and end dates of the report that I have manfully set up in the API URL. But, how do I make it dynamic so that everyday that I refresh the data in Power BI connect to the API and pull the latest data? My current M code is something like below: let Source = Json.Document(File.Contents("C:\Users\Ali\AppData\Local\Microsoft\Windows\INetCache\IE\EHD7MHFN\1120")), #"Converted to Table" = Table.FromList(Source, Splitter.SplitByNothing(), null, null, ExtraValues.Error), #"Expanded Column1" = Table.ExpandRecordColumn(#"Converted to Table", "Column1", {"txtProvider", "txtIncidentNo", "FltDate", "LogTime")
@akhilkp5378
@akhilkp5378 3 жыл бұрын
audio is not clear
@LondonBusinessAnalyticsGroup
@LondonBusinessAnalyticsGroup 3 жыл бұрын
Thanks for letting us know. We've improved our sound kit now.
@1yyymmmddd
@1yyymmmddd 3 жыл бұрын
Thank you. How do you connect to an API that requires username and password?
@LondonBusinessAnalyticsGroup
@LondonBusinessAnalyticsGroup 3 жыл бұрын
The Power Bi Web connector dialog allows you to enter these credentials.
@DubShah
@DubShah 3 жыл бұрын
Legend
@nazishali137
@nazishali137 3 жыл бұрын
Can I do same for SOAP API as the source i have is providing me with Soap Api and I need that data in PBI
@chrisbarber639
@chrisbarber639 3 жыл бұрын
SOAP APIs dont work in the same way as rest APIs and there is currently nothing in the microsoft to be release list to enable a connector for this. 1 option could be to look at dreamfactory who have a SOAP to rest API conversion; this is not something I have personally used. You could also use python within Power BI to allow you to connect to the soap API.
Data Modelling: Disconnected Tables, Snowflake and Junk Dimensions
28:21
London Business Analytics Group
Рет қаралды 2,6 М.
How to Use List Generate to Make API calls in Power Query
18:27
BI Gorilla
Рет қаралды 39 М.
Meet the one boy from the Ronaldo edit in India
00:30
Younes Zarou
Рет қаралды 19 МЛН
Use Power BI to loop through multiple pages of an API
25:25
Power BI Ferry Tales
Рет қаралды 25 М.
Power BI REST API no-code options
9:30
Guy in a Cube
Рет қаралды 170 М.
Getting Started with Power Query APIs - It's surprisingly easy!
9:17
MyOnlineTrainingHub
Рет қаралды 124 М.
How to get data from a REST API in Power BI for rookies
8:21
Power BI: The Income Statement
27:45
London Business Analytics Group
Рет қаралды 105 М.
Upgrade Your REPORT DESIGN in Power BI | Complete Walkthrough From A to Z
33:24
5 DESIGN TRICKS that Make EVERY Power BI Report Look GREAT!
20:22
How to Power BI
Рет қаралды 571 М.