cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
JoseS
Regular Visitor

D3.JSON can´t do it work!

Hi!

I am trying to bring data from API using d3.json, it works fine but I do not know how to take this info to place it in an element.

This is the code to bring data from API (works fine)

        Var datos = d3.json("https://pokeapi.co/api/v2/pokemon/ditto")

             .then(

                 data=> console.log(data));

But I cant not get access to the info from an element

this.rect

            .data(datos) // it gives an error receiving "datos"

            .attr("x", "100")

            .attr("y", "100")

            .attr("width", 30)

            .attr("height", "300")

            .attr("fill", "red");

 

What am I missing?

Is it possible to get it work?

I watched how to do it outside Power BI

Thanks in advance for your help!

0 REPLIES 0

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors