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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

Top Solution Authors