Forum Discussion
Anonymous
4 years agoNot applicable
direct query error without doing transformations
When I use direct query functionality to retrieve data from a database (without doing any transformations) I get the following error message: 'this query contains transformations that can't be used ...
Anonymous
4 years agoNot applicable
Hi Ehren, sure. the sql is nothing special. just a count and a group by
select x, count(a1.pkey)
from x1 a1
Join x2 a3 on
where x in ('xx','xxx')
group by x
Ehren
4 years agoMicrosoft Employee
Hi there. Can you share the full M formula text of your PQ queries (not just the SQL)?