Forum Discussion
Dougers1
2 years agoFrequent Visitor
Help with dAX Formula
im lookin to get the total amount of agency unfilled, problem i have is that the Agency column has several agency names in the Agency Column
how do i get it to return total unfilled Also thinking ahead, what would the formula also be to see what specific Agency had unfilled
Agency Unfilled = CALCULATE( COUNTROWS('Interpreting') , 'Interpreting'[Agency] , 'Interpreting'[status] = "Unfilled" )
3 Replies
- Dougers1Frequent Visitor
Fowmy
Sorry im newto power bi - can you show me a example