Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I am new to power bi.
My company has connected the data to power bi using Rest API: Jason
Can you tell me what type of data soure is it?
what type of connection?
What the cons & pros of it?
what is the differenece between it and import , direct quiery ?
thanks
Solved! Go to Solution.
Hi @naifAhmedB
JSON is a standard for representing and exchanging data, refer to these sites
If you are using a JSON API then you need to make HTTP requests with Power Query, just like entering a URL into your browser, and the API will return data in JSON format.
In terms of Pros and Cons,it can be a bit more difficult to transform JSON data into a usable format if it is nested in multiple levels, compared to a flat data structure.
The data returned by a JSON API will be imported to PQ, DIrect Query is used for getting real time/up to date data as the data isn't copied into PQ, it is read from the source every time.
Regards
Phil
Proud to be a Super User!
Hi @naifAhmedB
JSON is a standard for representing and exchanging data, refer to these sites
If you are using a JSON API then you need to make HTTP requests with Power Query, just like entering a URL into your browser, and the API will return data in JSON format.
In terms of Pros and Cons,it can be a bit more difficult to transform JSON data into a usable format if it is nested in multiple levels, compared to a flat data structure.
The data returned by a JSON API will be imported to PQ, DIrect Query is used for getting real time/up to date data as the data isn't copied into PQ, it is read from the source every time.
Regards
Phil
Proud to be a Super User!
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
4 | |
4 | |
4 |