Forum Discussion
Urgent Help
Hello Everyone,
I have a table wherein I am making some dynamic calculations using whatif parameters, below is the code:-
4 Replies
- lbendlin
Super User
Either modify your measure to ignore certain filters (ALL(), REMOVEFILTERS() etc) or use a calculated column instead.
- littlemojopuppy
Community Champion
Not going to even attempt to decipher that code...here's a link to a DAX formatting tool.
Look into the ALLEXCEPT() function
- DataZoe
Microsoft Employee
Hi v-nchawla , I agree with lbendlin that perhaps REMOVEFILTERS() would work best. I would try putting VAR a in a CALCULATETABLE with REMOVEFILTERS() CALCULATETABLE function (DAX) - DAX | Microsoft Docs.
- v-easonf-msft
Community Support
Hi, v-nchawla
Could you please tell me whether your problem has been solved?
If yes, you could accept the helpful answer as solution. You also could share your own solution here. For now, there is no content of description in the thread. If you still need help, please share more details to us.Best Regards,
Community Support Team _ Eason