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.
Steps to reproduce:
CREATE DATABASE "TEST-DB";
CREATE TABLE PUBLIC.TEST_TABLE (
ID INT,
DESCRIPTION STRING
);
INSERT INTO PUBLIC.TEST_TABLE values (1, 'test');
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.