Forum Discussion

DCrone's avatar
DCrone
Frequent Visitor
1 year ago
Solved

[Solved] Issues with creating a single table with multiple constraints

Solution OPSTAT Retail Income = IF( MAX(dimensionValues[Department Number]) = "155", CALCULATE( SUM(generalLedgerEntries[amount]) * -1, REMOVEFILTERS(dimensionValues[Depart...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    1 year ago

    Hi,

    This calculated column formula works

    Column = if(AND(1*Data[Department]>=11,1*Data[Department]<=17),Data[Sum accounts 4700-4705],SUM(Data[Sum accounts 4740 - 4741]))

    Hope this helps.