Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.