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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

SUMX Q

I am try to get the total of won-existing enquiries in my budget table.

 

I am  trying to split out my contracts that have been Won.  What is happening with the code below, it isn't summing up correctly.  It is always short of my expected result into my Budget table.  If I sum the enquiries on their own, everything adds up correctly.

 

My question, is there a command (ie. groupby, groupon,...?) that will insure that my data is lined up before it is Sumx'd?  Below is the existing code that isn't working.  Any help would be great.

 

Won-Existing =
SUMX (
FILTER ( _enquiries,
_enquiries[_GUID] = _2018_Budget[_GUID] && _enquiries[statuscode] = 866120005
),
_enquiries[Amount (Enq)]
)

1 ACCEPTED SOLUTION
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

Have you solved your problem?

 

If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

 

If you still need help, please share some data sample and your desired output.

 

Best  Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

Have you solved your problem?

 

If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

 

If you still need help, please share some data sample and your desired output.

 

Best  Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
TomMartens
Super User
Super User

Hey,

 

w/o knowing how both tables "_enquiries" and "_2018_Budget" are related, if ever, it will not be possible to provide you wiht any advise.

 

Please consider to create apbix with sample data, upload the file to onedrive or dropbox and share the link.

 

You can also check this pattern https://www.daxpatterns.com/handling-different-granularities/ and also this one https://www.daxpatterns.com/budget-patterns/

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.