Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

accounting math question

So I have a database that just keeps all transaction amounts in one column, regardless of charge or refund.  There is a seperate column that tracks if refund (true/flase) I need to calculate the net...
  • parry2k's avatar
    parry2k
    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.