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

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply
wkeicher
Helper III
Helper III

Pasar dos parámetros a WEB API (fechas) & (ID)

Necesito ayuda para pasar una fecha y una gama de ID assoicated de una tabla en llamadas API de una manera en bucle.

  • Fecha - Hoy-1 (necesita esto para ser flxible - tal vez hoy - 7) - Viene de una mesa llamada SportsIOSlates[Dates]
  • Identificadores asociados a esa fecha: a continuación, se tratan como una lista que corresponde a esa fecha (es decir, se filtra) y, a continuación, se pasa esa lista de identificadores y el dat a la siguiente estructura de API. La lista de ID proviene de una tabla llamada SportsIOSlates[PlayerID]
  • La salida será una tabla de ID y campos assocaited de la API

Lo siguiente se basa en el uso de esa llamada API de una manera singular.

Dejar
Fuente: Json.Document(Web.Contents("https://api.sportsdata.io/v3/nba/projections/json/PlayerGameProjectionStatsByPlayer/2020-01-07/20001573?key-MYKEY")),
"Convertido a tabla" - Record.ToTable(Source),
"Columna pivotada" á Table.Pivot("Converted to Table", List.Distinct(?"Converted to Table"[Name]), "Name", "Value")
En
"Columna pivotada"

Gracias

2 REPLIES 2
v-diye-msft
Community Support
Community Support

Hola @wkeicher

amablemente se refieren a este hilo similar:

https://community.powerbi.com/t5/Desktop/How-to-create-parameter-for-dynamic-date-parameter-in-json-...

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.
amitchandak
Super User
Super User

@wkeicher

Consulte, si esto puede ayudar

https://radacad.com/category/power-bi-rest-api

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors
Top Kudoed Authors