How can I create a calculated measurement in DV omitting some filters?
I need to add a field called BUDGET and I want the calculation not to be affected by some filters.
In power bi they use this function CALCULATE(SUM('BASE'[BUDGET]),REMOVEFILTERS(BASE[Exclude_filters]),'CALENDAR()'[Month])
In Qlik sense they use this function SUM({<Exclude_filters>}BUDGET)
How can I do something similar in Oracle DV?