PowerQueryNet icon indicating copy to clipboard operation
PowerQueryNet copied to clipboard

Merging queries

Open JaviOrdi opened this issue 3 years ago • 2 comments

Hi Guillaume,

PowerQueryNet handles merging queries?. Up to now, I have run one single query with no merging queries inside. Would it be possible?

Thanks.

JaviOrdi avatar Jan 25 '21 09:01 JaviOrdi

Hi,

Yes it is possible and there are different ways to do that. If you use the PowerQueryNet.Client library, you will need to use one the of the following methods on the Queries object : Add, AddFromFile (Excel or Power BI), LoadFromFolder (load *.pq files) That way you can add as many query as you need.

If you use PQNet cli, your "source" can be a folder where every *.pq file will be loaded or, if you prefer, you can load queries directly from and Excel or Power BI file.

gsimardnet avatar Jan 25 '21 16:01 gsimardnet

Hi Guillaume,

Thanks. I could run successfully a query with a nested join inside. The issue I am having now is that fuzzy nested join throws the next error:

image

Perhaps the PowerQueryNet service is not updated to support fuzzy nested joins?

Thanks.

JaviOrdi avatar Jan 28 '21 12:01 JaviOrdi