Forum Discussion

hp2328's avatar
hp2328
Advocate I
7 years ago
Solved

Common Table Expressions using WITH

hello all,   I am attempting to use a Common Table Expression to query multiple tables in one query and output one table combining them.  I can run this query using other SQL programs to query the ...
  • hp2328's avatar
    hp2328
    7 years ago

    I was able to fix it.  PBI did not like the query without a fully qualified reference to the table with schema.table reference.  I did not know that limitation.