Forum Discussion
accounting math question
- 8 years ago
There is limitation in DAX when you direct query because of performance.
Goto option and Settings -> Options -> Direct Query and check "Allow unrestricated measures in Direct Query mode" and see if this works for you.
There are lot of articles what are the restriction in direct query mode, please check those out.
I have gotten the math to work finally, problem is I have data in two different tables to use in the equation. Im getting an error when I try and use the total fee which is in table A, and need to subtract total charged which is in table B. Says I cant do this in direct querry
I keep getting these stupid mesages
Column = RELATED(vwAppraisalComposite[TotalFee])-(AppraisalAccountingItem[Net Total])
Function 'CALCULATE' is not allowed as part of calculated column DAX expressions on DirectQuery models.
- parry2k8 years agoSuper User
There is limitation in DAX when you direct query because of performance.
Goto option and Settings -> Options -> Direct Query and check "Allow unrestricated measures in Direct Query mode" and see if this works for you.
There are lot of articles what are the restriction in direct query mode, please check those out.
- Anonymous8 years agoNot applicable
FYI, I had already set this option up and it did not work. I had to turn it off and then back on 2 more times in order to get it to work.