Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hola a todos,
Creo que probé todas las soluciones posibles en la web, pero simplemente no puedo hacer que funcione y decidí publicar mi problema aquí antes de golpear mi cabeza contra la pared varias veces.
Quiero ejecutar un procedimiento almacenado con dos parámetros. Agregar un parámetro funciona bien, pero no puedo hacerlo con dos parámetros. ¿Alguna idea de lo que está mal con mi código?
dejar
Source = Sql.Database(sqlserver, "Database_01", [Query="execute sp_BE_FindBatch '"&ClientName"', '"&BatchNumber"' CreateNavigationProperties=false])
en
Fuente
Gracias por su tiempo.
Raoul
¿Es el mismo error al quitar
, CreateNavigationProperties = false
?
está vivo, está vivo, ¡ES ALIIIIIVE!
Muchas gracias por salvarme el día.
Este es el código de solución para otros que enfrentan el mismo problema
dejar
Source = Sql.Database(sqlserver, "Database_01", [Query="execute sp_BE_FindBatch '"&ClientName&"', '"&BatchNumber&"'"])
en
Fuente
de nada, por favor marque mi publicación como la solución 🙂
Te falta el "after &BatchNumber"'
necesitas una coma antes de CreateNavigationProperties...
ah lo siento, tiene que verse así:
let
Source = Sql.Database(sqlserver, "Database_01", [Query="execute sp_BE_FindBatch '"&ClientName&"', '"&BatchNumber&"'", CreateNavigationProperties=false])
in
Source
Debe agregar "&" después de ClientName y BatchNumber
Gracias. ¡Sin errores en la sintaxis! Desafortunadamente recibo este error de expresión ahora. ¿Algún pensamiento?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.