Forum Discussion
JNelson
Helper II
4 years agoMeasure to exclude certain rows
Hello! I have an direct query file I'm working with which is very security restricted (eg. I cannot create new tables/columns etc). I've created a matrix that pulls through a grand total of all...
- 4 years ago
JNelson , a measure like
calculate([Actual Amount], filter(Account, not Account[ID] in { 84900, 84901, 84905}))
Fy to filter and added additional
amitchandak
Super User
4 years agoJNelson , a measure like
calculate([Actual Amount], filter(Account, not Account[ID] in { 84900, 84901, 84905}))
Fy to filter and added additional
JNelson
Helper II
4 years agoAh!! Thank you so much! Worked like a charm. 🙂