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
daxer-almighty
5 years agoSolution Sage
Hard to write DAX without knowing the model...
KN_HEALT47
5 years agoFrequent Visitor
Sorry, I am not sure what the "model" is