Forum Discussion
Da_clint
3 years agoFrequent Visitor
Count distinc Vendors based on spend values
Hi Im trying to Count distinct Vendors based on if they have a spend value in a different table. With the DistinctCount I get 9 vendors but as in the right table I only want to show 7 since thos...
- 3 years agoI Solved it throught:Invoice Count = CALCULATE(DISTINCTCOUNTNOBLANK('Vendor'[Vendorname]),FILTER('Spend actuals',[Spend] >0))
Da_clint
3 years agoFrequent Visitor
I Solved it throught:
Invoice Count = CALCULATE(DISTINCTCOUNTNOBLANK('Vendor'[Vendorname]),
FILTER('Spend actuals',[Spend] >0))