Reply
wkeicher
Helper III
Helper III
Syndicated - Inbound

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

Source Community: Power BI

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

Source Community: Power BI
Syndicated - Inbound

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

Source Community: Power BI
Syndicated - Inbound

@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
avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)