Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
After some steps i have a column with API link. what i want to do is create a new column with values that extracted from API column.
Lets say API column is Path. That consists API's. i need to related values for each row of API with new column.
sample Expected output:
Path Values
API1 18
API2 90
API3 37
What i tried:
I tried to use Invoked function and gives me a 4 fields.
ex:
let
LoadData = (player as text) as table=>
let
source=Record.ToTable(Json.Document(Web.Contents("https://....................."&player)))
in
source
in
LoadData
This return 4 fields.
example:
out of 4 values i only need to get total(item number 4 of above pic) values along with my API caolumn.
@Anonymous if you wish to extract values from another column, it can be done easily in power query window. in the power query winow, right click on your api column and then select the option "add column from example" this will create a blank column for you. in the new column, type 2-3 values that you want as output. Power Query automatically fill other values basis your criteria.
Proud to be a Super User!
No. i want to get API assioited values. I tried your approach didnt give the expected result.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 38 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 30 | |
| 26 | |
| 26 |