Forum Discussion
KN_HEALT47
5 years agoFrequent Visitor
ISINSCOPE Dax command help
I wrote this measure with the help of a forum user: YTD Budget = IF(OR(ISINSCOPE(Expenses[partner_name]),ISINSCOPE(Expenses[VendorJA])), BLANK(),CALCULATE(SUM(Budget[Amount]), MONTH(Budget[Me...
- 5 years ago
If you need to see how budgeting should be handled, you can go to this site: Budget – DAX Patterns
KN_HEALT47
5 years agoFrequent Visitor
Is this it?
daxer-almighty
5 years agoSolution Sage
If you need to see how budgeting should be handled, you can go to this site: Budget – DAX Patterns