Forum Discussion
Anonymous
1 year agoNot applicable
Power BI and Teradata Volatile or Temporary Tables
Does Power BI support temporary tables as a data source using SQL? Simple example below using temporary table format from Teradata. CREATE MULTISET VOLATILE TABLE VT1 AS (
SELECT * FROM
DATABA...
- 1 year ago
Anonymous
Power BI does not natively support temporary tables (like the VOLATILE TABLE concept in Teradata) as a data source. This limitation arises because Power BI connects to databases and expects persistent tables rather than transient ones that exist only during a session.
Kedar_Pande
Super User
1 year agoAnonymous
Power BI does not natively support temporary tables (like the VOLATILE TABLE concept in Teradata) as a data source. This limitation arises because Power BI connects to databases and expects persistent tables rather than transient ones that exist only during a session.