Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have many times experienced that the CTE-design executes much slower than storing the CTE-expression into a temporary (#) table and then apply this table in the final SELECT expression.
I believe that it is not allowed to have two or more SELECT-expressions in the same direct query. Is it possible as a workaround to write a direct query and then apply the table output as input to another direct query?
Are there any example on this kind of direct query design?
Solved! Go to Solution.
@Anonymous , It is not good idea to have complex query in case of direct query. You can use view or CTE. But try have table which you can simply query that would be better
@Anonymous , It is not good idea to have complex query in case of direct query. You can use view or CTE. But try have table which you can simply query that would be better
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.