Forum Discussion

hussainmw's avatar
hussainmw
New Member
3 years ago
Solved

Calculate formula using All function

Hi, I am making a Balance Sheet Power BI on consolidated group level and stand-alone companies. Currently I have created a measure which pulls the balance amounts of one such company ALJID = CALCU...
  • hussainmw's avatar
    hussainmw
    3 years ago

    I have used the following formula which is working so far. In addition to FILTER and ALL functions I also added MTD function so it does not add two month at any given time (plus use the filters i want to).

    ALJID Total Assets = CALCULATE([ALJID], ALL('TB Data'), AccountMapping[Core Category 1]="Assets", DATESMTD(Date_Lookup[Date].[Date]))
    Let me know if you have any comments