Forum Discussion
Measure Help
- 1 year ago
Hi mkane12
First I have assumed that volume is :Volume = SUM(McLeodIQ_Operations[Orders])
I have created two solutions for you. The first one :One n Done = CALCULATE(DISTINCTCOUNT(McLeodIQ_Operations[Carrier.Carrier ID]),FILTER(ALLEXCEPT(McLeodIQ_Operations,McLeodIQ_Operations[Carrier.Carrier ID]),[Volume]=1))and the other one :
Only One n Done =CALCULATE(DISTINCTCOUNT(McLeodIQ_Operations[Carrier.Carrier ID]),FILTER(SUMMARIZE(McLeodIQ_Operations,McLeodIQ_Operations[Carrier.Carrier ID],"TotalVolume", SUM(McLeodIQ_Operations[Orders])),[TotalVolume] = 1))I've tried to replicate your column names btw. on the left, there is no date filter. so there will be 4 distinct count if order id is respected. and blank is returned for 'Only One n Done' since Carrier B has other others in April 2025.
On the right, we applied a date filter to only consider the whole month on March 2025. and so 1 was found for having a total volume = 1 for the whole month of march.
I hope this solves your problem. let us know if this works!
it isn't working because it's just counting all the orders
Please provide sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.
- v-aatheeque1 year agoCommunity Support
Hi mkane12 ,
We haven’t heard back from you regarding our previous response and wanted to check if your issue has been resolved.
If it has, please consider clicking “Accept Answer” and “Yes” if you found the response helpful.
If you still have any questions or need further assistance, feel free to let us know — we're happy to help!Thank you!