Forum Discussion
chchen0202
2 years agoFrequent Visitor
Inner join and append query with Direct query in Power Query
Hi all, I am a beginner in Power BI. I have two questions regarding tables in direct query mode, because I got the similiar error msgs : "This step results in a query that is not supported in D...
lbendlin
2 years agoSuper User
Q1: Let the data model do the work for you.
Q2: Use UNION
- chchen02022 years agoFrequent Visitor
Thanks for reply,
Q1: I need to do some transfer after inner join, like rename column name and remove duplicate, so is it possible to do inner join in the PowerQuery level?
Q2 : For some reason, I can not to do SQL query in advance, so are there any other alternative solutions available?
Thanks
- lbendlin2 years agoSuper User
Q1: let the data model do that for you
Q2: UNION in DAX, not in SQL.