cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Anonymous
Not applicable

Sum totol at distinct category level.

Hi everyone, 

 

Here is what I am tryiny to achieve:  the same customer has multiple customer reference numbers with different credit limits. 

I am trying to create a summary table at customer name level (not show reference details) that refelect the Credit limit total for this customer. Please see sample data below,  CDW has three reference numbers, my expected result that the total credit limit would return $600,001 at customer name level.   

 

The sum credit limit will only pick the unique credit limit value one time, and add them up.  (If the trx has negactive balance in balance due, it won't show any credit limit value. I would say for blank ones, we could ignore it).

 

Any advise is very much appreicated!  Thank you! 

 

Flora 

 

Trx data table:

Cust Ref NoCustomer NameCredit LimitBalanace Due
100001CDW       50,000.00                 100.00
100002CDW       10,000.00                 100.00
100003CDW                 1.00                   50.00
100001CDW       50,000.00                 100.00
100002CDW       10,000.00                 100.00
100003CDW                 1.00                   50.00
100001CDW                       (50.00)

 

Exepcted summary table: 

 Credit LimitBalance Due
CDW600001             450.00
1 REPLY 1
Greg_Deckler
Super User
Super User

You could do this:

 

Measure = SUMX(DISTINCT('Table'[Credit Limit]),[Credit Limit])

 

Not sure where your Balance Due is coming from, seems like it should be $250. 


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors