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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Mike-Hydrite
Frequent Visitor

Can't get column count or sum to add up properly by group

I am still fairly new to power bi and have worked more in excel get & transform. I am transitioning a report built in excel with various methods over to PBI.

I am attempting to get a count of total loads on a table, but the numbers I get are way to small.

BranchRTMDriver CtLoad Ct
LXSO        12      9
MKSO          7      7
OSMW        22      0
UPSO          4      1
CGSO          8    10
THJK    
WLJK        16    16
VSJK          5      
LUJK        13     6
Total         87    49

 they should look more like this 

BranchRTMDriver CtLoad Ct
LXSO        12      64
MKSO          7      53
OSMW        22    137
UPSO          4      22
CGSO          8      83
THJK    
WLJK        16      87
VSJK          5      45
LUJK        13      64
Total         87    555

 

this is the formula I am using

Load Ct=Calculate (Sum('TMS Data'[Count]), 'TMS Data'[Carrier Alt Carrier Designator]<>"RUAN",FILTER('TMS Data', 'TMS Data'[Wk Start]>=MIN('Calendar'[Week Start]) && 'TMS Data'[Wk End]<=MIN('Calendar'[Week Ending])))

 

I've tired a few different formulas with the same results. I am trying to get a count by week. So what you see in the formula is a removal of an extra carrier "RUAN" and then a filter attempting to limit the count to a week.

 

Any ideas would be appreciated

 
 
2 REPLIES 2
Greg_Deckler
Community Champion
Community Champion

Very difficult to tell what is going on. No idea about the source data. Are you trying to create a measure or a column? Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490



Follow on LinkedIn
@ 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!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

The measure you have written is correct.

Check whether any other filters are applied on page or visual.

And it's better if you share your data and expected output.

Thanks
Pravin

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

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.