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
Estoy intentando conectar un script SQL de Databricks mediante el conector de Azure Databricks. A continuación se muestra un ejemplo del tipo de script que estoy ejecutando. Funciona bien en el editor SQL de Databricks, pero no parece funcionar en Power BI.
BEGIN
DECLARE param INT DEFAULT 3;
DECLARE stmt STRING;
SET stmt = "SELECT * from table_A where col_1 = " || param;
EXECUTE IMMEDIATE stmt;
END
El scripting SQL de Databricks es una nueva característica introducida en Databricks según el siguiente blog: Introducción a la compatibilidad con scripting SQL en Databricks, parte 1 | Blog de Databricks.
Estoy intentando ver si este tipo de scripting SQL es compatible con Power BI que se conecta al punto de conexión SQL de Databricks.
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.