Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
jtomczyk
Helper I
Helper I

Error in Power Query / Merge queries

Hi, 

I have two queries. In first I have project numbers and many details related to the projects. In the second I have project numbers and requested ship date. I would like to bring that date to the first query. I used merge queries function (left outer).
While merging I got such error.

 

DataSource.Error: AnalysisServices: The argument value passed for Count was negative. Negative values are not supported for Count.
How to fix it?

Regards

JT

3.jpg

1 ACCEPTED SOLUTION
3 REPLIES 3
jtomczyk
Helper I
Helper I

Hi Jennratten,

I saw that post already. I have one sorting on the query (Line Amount Total USD). I cannot remove it as I have to remove duplicates of the projects and keep only the most expensive one. Do you know how to fix the issue with sorting? What creates issues on that step?

4.jpg

 

Is sorting the only thing that happens in that query? Are there any other transformations performed?  If you could post your script that would be helpful.  There are some functions that perform internal counts and others that return internal negative values in the event no matches to a key are found.

 

If sort is the only transformation that is added, I recommend first removing the sort to see if that fixes the problem (to confirm whether or not it actually is the sort causing the problem) - then add it back.

jennratten
Super User
Super User

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors