Forum Discussion

rsrajkumar's avatar
rsrajkumar
Icon for Helper I rankHelper I
1 year ago
Solved

DAX query to compare previous values

I am new to PowerBI. I need help in creating a DAX function for the below table named 'Cases'. The requirement is to Sum the Column 'Value' that have the same 'ID'. For example the DAX expresssion sh...
  • lbendlin's avatar
    1 year ago

    Have you tried putting both columns into a table visual - you should get your desired result without DAX.

  • rsrajkumar's avatar
    rsrajkumar
    1 year ago

    lbendlin I tried the table visual solution with additional filters, and it worked. Thanks a lot!